summaryrefslogtreecommitdiff
path: root/tests/api/Makefile
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/api/Makefile
parent74b79dcf510b1897ba0d87415e4bac33ca11c024 (diff)
fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM tests
Diffstat (limited to 'tests/api/Makefile')
-rw-r--r--tests/api/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/Makefile b/tests/api/Makefile
index 27f499fd4e..c48c34a413 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -1,6 +1,7 @@
APITESTPROGS-$(call ENCDEC, FLAC, FLAC) += api-flac
APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264
APITESTPROGS-yes += api-seek
+APITESTPROGS-yes += api-codec-param
APITESTPROGS-$(call DEMDEC, H263, H263) += api-band
APITESTPROGS += $(APITESTPROGS-yes)