diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-07-13 23:42:35 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-07-26 22:22:54 +0200 |
commit | 316f8db2c214aecf3fcbb3172fef0c4446a5d18f (patch) | |
tree | 4841a4318a0238f758522112e10b71633258874c /tests/fate/subtitles.mak | |
parent | 2755abff3ea096184849a80aa751e16bc6911676 (diff) | |
download | ffmpeg-316f8db2c214aecf3fcbb3172fef0c4446a5d18f.tar.gz |
SubViewer demuxer and decoder.
Diffstat (limited to 'tests/fate/subtitles.mak')
-rw-r--r-- | tests/fate/subtitles.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak index 84f451defd..2f6e37fede 100644 --- a/tests/fate/subtitles.mak +++ b/tests/fate/subtitles.mak @@ -16,5 +16,8 @@ fate-sub-sami: CMD = md5 -i $(SAMPLES)/sub/SAMI_capability_tester.smi -f ass FATE_SUBTITLES += fate-sub-srt fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass +FATE_SUBTITLES += fate-sub-subviewer +fate-sub-subviewer: CMD = md5 -i $(SAMPLES)/sub/SubViewer_capability_tester.sub -f ass + FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES) fate-subtitles: $(FATE_SUBTITLES) |