Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
04568f8d
Commit
04568f8d
authored
Jun 15, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: introduce subtitles.mak and move SubRip test in it.
parent
8f4ce626
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile
tests/Makefile
+1
-0
subtitles.mak
tests/fate/subtitles.mak
+5
-0
video.mak
tests/fate/video.mak
+0
-3
No files found.
tests/Makefile
View file @
04568f8d
...
...
@@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/qt.mak
include
$(SRC_PATH)/tests/fate/qtrle.mak
include
$(SRC_PATH)/tests/fate/real.mak
include
$(SRC_PATH)/tests/fate/screen.mak
include
$(SRC_PATH)/tests/fate/subtitles.mak
include
$(SRC_PATH)/tests/fate/utvideo.mak
include
$(SRC_PATH)/tests/fate/video.mak
include
$(SRC_PATH)/tests/fate/voice.mak
...
...
tests/fate/subtitles.mak
0 → 100644
View file @
04568f8d
FATE_SUBTITLES += fate-sub-srt
fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES)
fate-subtitles: $(FATE_SUBTITLES)
tests/fate/video.mak
View file @
04568f8d
...
...
@@ -194,9 +194,6 @@ fate-smc: CMD = framecrc -i $(SAMPLES)/smc/cass_schi.qt -pix_fmt rgb24
FATE_VIDEO += fate-sp5x
fate-sp5x: CMD = framecrc -idct simple -i $(SAMPLES)/sp5x/sp5x_problem.avi
FATE_VIDEO += fate-sub-srt
fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
FATE_VIDEO += fate-thp
fate-thp: CMD = framecrc -idct simple -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp -an
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment