summaryrefslogtreecommitdiff
path: root/tests/fate/api.mak
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-11-25 10:30:15 +0100
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-11-26 17:05:54 +0100
commit39290f271550c762cb4553e7c8405d344d630d36 (patch)
tree422b673137a7789d49d7f5154038827a9ff093c3 /tests/fate/api.mak
parent74b79dcf510b1897ba0d87415e4bac33ca11c024 (diff)
fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM tests
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r--tests/fate/api.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak
index 1d1865337d..325f64a108 100644
--- a/tests/fate/api.mak
+++ b/tests/fate/api.mak
@@ -20,6 +20,14 @@ 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-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-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
+
FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes)
ifdef SAMPLES