mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +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:
parent
03c8fe49ea
commit
621e2625e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user