diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-03-19 19:42:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-03-26 01:46:49 +0100 |
commit | 06b451d276e80e659bf12165aa8ef4cf9a48cc38 (patch) | |
tree | 12c807d3effc81e82b9047fb81b6aa7506d1a7c0 /configure | |
parent | 5310c975cf9c5e54fa3d5492887a9f7e03b71b7e (diff) | |
download | ffmpeg-06b451d276e80e659bf12165aa8ef4cf9a48cc38.tar.gz |
avfilter/vf_mcdeint: update to new API
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7355,11 +7355,6 @@ 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 - enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; } check_deps $CONFIG_LIST \ |