1
0
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:
James Almer
2025-08-03 19:26:04 -03:00
parent 7f00e24d70
commit 3f58c9df14

View File

@ -297,7 +297,7 @@ INIT_YMM avx2
BWDIF BWDIF
%endif %endif
%if HAVE_AVX512_EXTERNAL && ARCH_X86_64 %if HAVE_AVX512ICL_EXTERNAL && ARCH_X86_64
INIT_ZMM avx512icl INIT_ZMM avx512icl
BWDIF BWDIF
%endif %endif