summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-15 00:27:33 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-15 01:41:22 +0100
commitdef18ac43bb95d2062081c6cac23208456fee03c (patch)
tree5d3ed48d5559644c1aa90324b1cb775c0557b06f
parentdbecf03f692a0a30aa401df90fd3e9a31c0e777d (diff)
downloadffmpeg-streaming-def18ac43bb95d2062081c6cac23208456fee03c.zip
ffmpeg-streaming-def18ac43bb95d2062081c6cac23208456fee03c.tar.gz
tests/fate/ffmpeg: Check for apng codec for fate-copy-apng.
The file has to be created first, fixes fate without zlib.
-rw-r--r--tests/fate/ffmpeg.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak
index ac68cde..af7282f 100644
--- a/tests/fate/ffmpeg.mak
+++ b/tests/fate/ffmpeg.mak
@@ -93,7 +93,7 @@ fate-copy-trac2211-avi: $(TARGET_SAMPLES)/h264/bbc2.sample.h264
fate-copy-trac2211-avi: CMD = transcode "h264 -r 14" $(TARGET_SAMPLES)/h264/bbc2.sample.h264\
avi "-c:a copy -c:v copy"
-FATE_STREAMCOPY-$(call ALLYES, APNG_DEMUXER APNG_MUXER) += fate-copy-apng
+FATE_STREAMCOPY-$(call ENCDEC, APNG, APNG) += fate-copy-apng
fate-copy-apng: fate-lavf-apng
fate-copy-apng: CMD = transcode apng "$(TARGET_PATH)/tests/data/lavf/lavf.apng" apng "-c:v copy"
OpenPOWER on IntegriCloud