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
+1 -1
View File
@@ -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