-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move required files from "text" to "core" build
This allows optional text plugins to be excluded from the build. Closes #1115 Change-Id: I500afe51191ec224e9bad672f76c908fdf38abcb
- Loading branch information
1 parent
a93455a
commit 64a1c4e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# All files related to text parsing and displaying. | ||
# Optional plugins related to text parsing and displaying. | ||
|
||
+../../lib/text/cue.js | ||
+../../lib/text/mp4_ttml_parser.js | ||
+../../lib/text/mp4_vtt_parser.js | ||
+../../lib/text/simple_text_displayer.js | ||
+../../lib/text/ttml_text_parser.js | ||
+../../lib/text/vtt_text_parser.js |