diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-12-14 15:32:41 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-03-08 09:29:50 +0100 |
commit | 2644a5d4183d7cc5899c601cc24be92fafbbaec9 (patch) | |
tree | 7202cc9dd1e9da8e94a8129e93e3c68106379b62 /libavcodec/Makefile | |
parent | 8369a2873c4785068babd6fb398d35180a3ab992 (diff) | |
download | ffmpeg-2644a5d4183d7cc5899c601cc24be92fafbbaec9.tar.gz |
lavc: remove tests/options
It tests deprecated avcodec_copy_context().
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d1b1125a30..349940caf4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1220,7 +1220,6 @@ TESTPROGS = avpacket \ imgconvert \ jpeg2000dwt \ mathops \ - options \ utils \ TESTPROGS-$(CONFIG_CABAC) += cabac |