mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-27 17:56:23 +03:00
7a31743e0b
The MP4Parser is not only used by the text parsers, but also by the DashParser and Pssh parsing. This means that it should not appear in the `build/types/text` build file, but in the `build/types/core` file. Closes #660 Change-Id: I8524663749644084161d06ca295732550ebc8fc5
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
# All standard text parsing plugins.
|
|
|
|
+../../lib/media/mp4_ttml_parser.js
|
|
+../../lib/media/mp4_vtt_parser.js
|
|
+../../lib/media/ttml_text_parser.js
|
|
+../../lib/media/vtt_text_parser.js
|