This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
swscale/x86/output: add missing AVX2 support preprocessor wrappers
Fixes compilation with old yasm Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.4
James Almer
4 years ago
parent
03c8fe49ea
commit
621e2625e0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libswscale/x86/output.asm
+ 2
- 0
libswscale/x86/output.asm
View File
@@ -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
Write
Preview
Loading…
Cancel
Save