[FFmpeg-cvslog] fate: add missing avdevice dependency to closed caption test

James Almer git at videolan.org
Sun Jun 7 06:25:46 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Jun  7 01:24:31 2015 -0300| [e225f5f23253e8134eb3006f4e8509e9b5e06555] | committer: James Almer

fate: add missing avdevice dependency to closed caption test

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e225f5f23253e8134eb3006f4e8509e9b5e06555
---

 tests/fate/subtitles.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak
index 55535c7..d8b2034 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



More information about the ffmpeg-cvslog mailing list