]> git.sesse.net Git - ffmpeg/commitdiff
Disable vf_uspp/mcdeint.
authorAnton Khirnov <anton@khirnov.net>
Mon, 5 Apr 2021 11:09:43 +0000 (13:09 +0200)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 13:43:11 +0000 (10:43 -0300)
These filters depend on avcodec APIs that are to be removed. Some people
have expressed potential interest in updating these filters, so they are
merely disabled for now instead of being removed.

Signed-off-by: James Almer <jamrial@gmail.com>
configure

index 9cc9fa7816d0a40a0937d80b98dc7537089e5266..3a5cfb05c2b446493b9002c72e794f7c0aadf2f9 100755 (executable)
--- a/configure
+++ b/configure
@@ -7092,6 +7092,12 @@ esac
 
 enable frame_thread_encoder
 
+# these filters depend on removed avcodec APIs
+# they are kept disabled for now, but will be removed if
+# nobody updates and re-enables them
+disable mcdeint_filter
+disable uspp_filter
+
 enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
 
 check_deps $CONFIG_LIST       \