You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
x86/bswapdsp: add missing preprocessor wrappers for AVX2 functions
Fixes build with old nasm/yasm. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -157,5 +157,7 @@ BSWAP32_BUF
|
||||
INIT_XMM ssse3
|
||||
BSWAP32_BUF
|
||||
|
||||
%if HAVE_AVX2_EXTERNAL
|
||||
INIT_YMM avx2
|
||||
BSWAP32_BUF
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user