[FFmpeg-cvslog] tests/fate/cover-art: add file protocol & rawvideo muxer dependency

Michael Niedermayer git at videolan.org
Mon Aug 26 21:16:03 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 26 20:35:57 2013 +0200| [e29c29e10ae86100f3473ceba1f0f6de9162b965] | committer: Michael Niedermayer

tests/fate/cover-art: add file protocol & rawvideo muxer dependency

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 tests/fate/cover-art.mak |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/fate/cover-art.mak b/tests/fate/cover-art.mak
index 9d748ee..a40fc55 100644
--- a/tests/fate/cover-art.mak
+++ b/tests/fate/cover-art.mak
@@ -30,7 +30,8 @@ FATE_COVER_ART-$(CONFIG_OGG_DEMUXER) += fate-cover-art-ogg
 fate-cover-art-ogg: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/ogg_vorbiscomment_cover.opus -map 0:v -c:v copy -f rawvideo
 fate-cover-art-ogg: REF = 7f117e073620eabb4ed02680cf70af41
 
-FATE_COVER_ART = $(FATE_COVER_ART-yes)
+FCA_TEMP-$(call ALLYES, RAWVIDEO_MUXER FILE_PROTOCOL) = $(FATE_COVER_ART-yes)
+FATE_COVER_ART = $(FCA_TEMP-yes)
 
 $(FATE_COVER_ART): CMP = oneline
 FATE_SAMPLES_AVCONV += $(FATE_COVER_ART)



More information about the ffmpeg-cvslog mailing list