diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-11-29 17:12:34 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-12-10 09:46:30 +0100 |
commit | fe7f0d366fdea04af1bb4c7c188750b99b3593c4 (patch) | |
tree | fa06c4a4e6b31dbd74da5b4f2350c3699b7ff16c /tests/api/Makefile | |
parent | fcf7ef0a8128e73cd0b921732d309b0eb558e80e (diff) | |
download | ffmpeg-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/Makefile | 1 |
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) |