You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user