aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-29 17:12:34 +0100
committerAnton Khirnov <anton@khirnov.net>2020-12-10 09:46:30 +0100
commitfe7f0d366fdea04af1bb4c7c188750b99b3593c4 (patch)
treefa06c4a4e6b31dbd74da5b4f2350c3699b7ff16c /tests/api/Makefile
parentfcf7ef0a8128e73cd0b921732d309b0eb558e80e (diff)
downloadffmpeg-fe7f0d366fdea04af1bb4c7c188750b99b3593c4.tar.gz
tests: drop api-codec-param test
It fundamentally depends on deprecated lavf internals.
Diffstat (limited to 'tests/api/Makefile')
-rw-r--r--tests/api/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/api/Makefile b/tests/api/Makefile
index b5c4ccae23..c96e636756 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -2,7 +2,6 @@ APITESTPROGS-$(call ENCDEC, FLAC, FLAC) += api-flac
APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264
APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264-slice
APITESTPROGS-yes += api-seek
-APITESTPROGS-yes += api-codec-param
APITESTPROGS-$(call DEMDEC, H263, H263) += api-band
APITESTPROGS-$(HAVE_THREADS) += api-threadmessage
APITESTPROGS += $(APITESTPROGS-yes)