diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-03-15 22:48:28 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-03-18 18:20:02 +0100 |
commit | 771c27119d13c3c1d0ced53dbb72a65e8ad2d9c7 (patch) | |
tree | dc54ee56510ed543c8a74ca540963fff1ada432a /configure | |
parent | adb5f7b41faf354a3e0bf722f44aeb230aefa310 (diff) | |
download | ffmpeg-771c27119d13c3c1d0ced53dbb72a65e8ad2d9c7.tar.gz |
avfilter/vf_uspp: update to new APIs
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7359,7 +7359,6 @@ enable frame_thread_encoder # 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; } |