You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
swscale/x86/output: add missing AVX2 support preprocessor wrappers
Fixes compilation with old yasm Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -543,7 +543,9 @@ nv12_inner_%1:
|
||||
RET
|
||||
%endmacro
|
||||
|
||||
%if HAVE_AVX2_EXTERNAL
|
||||
INIT_YMM avx2
|
||||
yuv2nv12cX_fn yuv2nv12
|
||||
yuv2nv12cX_fn yuv2nv21
|
||||
%endif
|
||||
%endif ; ARCH_X86_64
|
||||
|
Reference in New Issue
Block a user