Skip to content

Commit 7a31743

Browse files
committed
Fix incorrect build files.
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
1 parent 29b022e commit 7a31743

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/types/core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
+../../lib/util/language_utils.js
4242
+../../lib/util/manifest_parser_utils.js
4343
+../../lib/util/map_utils.js
44+
+../../lib/util/mp4_parser.js
4445
+../../lib/util/multi_map.js
4546
+../../lib/util/pssh.js
4647
+../../lib/util/public_promise.js

build/types/text

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
+../../lib/media/mp4_vtt_parser.js
55
+../../lib/media/ttml_text_parser.js
66
+../../lib/media/vtt_text_parser.js
7-
+../../lib/util/mp4_parser.js
8-
9-

0 commit comments

Comments
 (0)