x86/tx_float: add missing check for AVX2

Fixes compilation with old yasm.

Signed-off-by: James Almer <jamrial@gmail.com>
pull/388/head
James Almer 2 years ago
parent 74f5fb6db8
commit f4097e4c1f
  1. 2
      libavutil/x86/tx_float.asm

@ -1537,6 +1537,6 @@ cglobal mdct_sr_inv_float, 4, 12, 16, 288, ctx, out, in, stride, len, lut, exp,
RET
%endmacro
%if ARCH_X86_64
%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
IMDCT_FN avx2
%endif

Loading…
Cancel
Save