mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +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:
parent
4776c61424
commit
783535a4cd
@ -157,5 +157,7 @@ BSWAP32_BUF
|
||||
INIT_XMM ssse3
|
||||
BSWAP32_BUF
|
||||
|
||||
%if HAVE_AVX2_EXTERNAL
|
||||
INIT_YMM avx2
|
||||
BSWAP32_BUF
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user