You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avfilter/x86/vf_bwdif: use the correct preprocessor check
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -297,7 +297,7 @@ INIT_YMM avx2
|
||||
BWDIF
|
||||
%endif
|
||||
|
||||
%if HAVE_AVX512_EXTERNAL && ARCH_X86_64
|
||||
%if HAVE_AVX512ICL_EXTERNAL && ARCH_X86_64
|
||||
INIT_ZMM avx512icl
|
||||
BWDIF
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user