summaryrefslogtreecommitdiff
path: root/tests/fate/cover-art.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-26 20:35:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-26 20:35:57 +0200
commite29c29e10ae86100f3473ceba1f0f6de9162b965 (patch)
tree42c146349f76938fe76d1094ab7ed5a0fdc1d431 /tests/fate/cover-art.mak
parentd5f616ed87d5879e006e6f2f48418062e4103250 (diff)
tests/fate/cover-art: add file protocol & rawvideo muxer dependency
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/cover-art.mak')
-rw-r--r--tests/fate/cover-art.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate/cover-art.mak b/tests/fate/cover-art.mak
index 9d748ee735..a40fc5520c 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)