avfilter/x86/vf_blackdetect: add missing preprocessor check

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-07-18 15:17:02 -03:00
parent e32264a1e1
commit 85f2911891
+2
View File
@@ -68,6 +68,8 @@ cglobal blackdetect_%1, 5, 7, 2, src, stride, width, height, threshold
RET
%endmacro
%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2
count_pixels_fn 8
count_pixels_fn 16
%endif