aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-06-07 01:24:31 -0300
committerJames Almer <jamrial@gmail.com>2015-06-07 01:24:50 -0300
commite225f5f23253e8134eb3006f4e8509e9b5e06555 (patch)
tree77475f8795fc6dcd042965d08225626a0e1690ca /tests
parentcc904353fa9ad1b81f22339dc0e762505151cb82 (diff)
downloadandroid_external_ffmpeg-e225f5f23253e8134eb3006f4e8509e9b5e06555.tar.gz
android_external_ffmpeg-e225f5f23253e8134eb3006f4e8509e9b5e06555.tar.bz2
android_external_ffmpeg-e225f5f23253e8134eb3006f4e8509e9b5e06555.zip
fate: add missing avdevice dependency to closed caption test
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/subtitles.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak
index 55535c7982..d8b20340eb 100644
--- a/tests/fate/subtitles.mak
+++ b/tests/fate/subtitles.mak
@@ -1,7 +1,7 @@
FATE_SUBTITLES_ASS-$(call ALLYES, AQTITLE_DEMUXER TEXT_DECODER ICONV) += fate-sub-aqtitle
fate-sub-aqtitle: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_capability_tester.aqt
-FATE_SUBTITLES_ASS-$(call ALLYES, LAVFI_INDEV CCAPTION_DECODER MOVIE_FILTER MPEGTS_DEMUXER) += fate-sub-cc
+FATE_SUBTITLES_ASS-$(call ALLYES, AVDEVICE LAVFI_INDEV CCAPTION_DECODER MOVIE_FILTER MPEGTS_DEMUXER) += fate-sub-cc
fate-sub-cc: CMD = fmtstdout ass -f lavfi -i "movie=$(TARGET_SAMPLES)/sub/Closedcaption_rollup.m2v[out0+subcc]"
FATE_SUBTITLES_ASS-$(call DEMDEC, ASS, ASS) += fate-sub-ass-to-ass-transcode