[FFmpeg-devel] [PATCH 2/3] fate/api-{jpeg, png}-codec-param: add missing codec dependencies
Matthieu Bouron
matthieu.bouron at gmail.com
Mon Dec 7 10:42:38 CET 2015
From: Matthieu Bouron <matthieu.bouron at stupeflix.com>
---
tests/fate/api.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/api.mak b/tests/fate/api.mak
index 325f64a..0aa00a7 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
--
2.6.3
More information about the ffmpeg-devel
mailing list