mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Disable vf_uspp/mcdeint.
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>
This commit is contained in:
parent
ea2d9b7a2e
commit
95054bfa48
6
configure
vendored
6
configure
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user