From 24c5a58e55f2d7776eba266b2d2c17604f8b5750 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 3 Oct 2024 15:27:24 +0200 Subject: [PATCH] Revert "x86/tx_float: add missing check for AVX2" This reverts commit f4097e4c1f1bb244cae78c363a69d5e84495b616. --- libavutil/x86/tx_float.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm index 570dcb4c9c..cec7465d6e 100644 --- a/libavutil/x86/tx_float.asm +++ b/libavutil/x86/tx_float.asm @@ -1769,7 +1769,7 @@ cglobal mdct_inv_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, exp, t1, RET %endmacro -%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL +%if ARCH_X86_64 IMDCT_FN avx2 %endif