summaryrefslogtreecommitdiffstats
path: root/tests/fate/api.mak
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-12-07 10:12:27 +0100
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-12-08 08:12:35 +0100
commit102842d5fbb7c38a437bc128938466b231fe0ce9 (patch)
treef04017b068f9153d55058d906af680e7907d4b05 /tests/fate/api.mak
parentbd0a9f603d0c1d0f3be782865f72ac29ab89bc5b (diff)
downloadffmpeg-streaming-102842d5fbb7c38a437bc128938466b231fe0ce9.zip
ffmpeg-streaming-102842d5fbb7c38a437bc128938466b231fe0ce9.tar.gz
fate/api-{jpeg,png}-codec-param: add missing codec dependencies
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r--tests/fate/api.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak
index 3013239..7a99710 100644
--- a/tests/fate/api.mak
+++ b/tests/fate/api.mak
@@ -20,11 +20,11 @@ fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/
fate-api-seek: CMP = null
fate-api-seek: REF = /dev/null
-FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-png-codec-param
+FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, PNG) += fate-api-png-codec-param
fate-api-png-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
fate-api-png-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/png1/lena-rgba.png
-FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-jpeg-codec-param
+FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, MJPEG) += fate-api-jpeg-codec-param
fate-api-jpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
fate-api-jpeg-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg
OpenPOWER on IntegriCloud