1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

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

View File

@ -68,6 +68,8 @@ cglobal blackdetect_%1, 5, 7, 2, src, stride, width, height, threshold
RET RET
%endmacro %endmacro
%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2 INIT_YMM avx2
count_pixels_fn 8 count_pixels_fn 8
count_pixels_fn 16 count_pixels_fn 16
%endif