mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
x86/tx_float: add missing check for AVX2
Fixes compilation with old yasm. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
74f5fb6db8
commit
f4097e4c1f
@ -1537,6 +1537,6 @@ cglobal mdct_sr_inv_float, 4, 12, 16, 288, ctx, out, in, stride, len, lut, exp,
|
|||||||
RET
|
RET
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%if ARCH_X86_64
|
%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
|
||||||
IMDCT_FN avx2
|
IMDCT_FN avx2
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user