[FFmpeg-devel] [PATCH 4/5] Revert "x86/tx_float: add missing check for AVX2"
Lynne
dev at lynne.ee
Thu Oct 3 16:40:19 EEST 2024
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
--
2.45.2.753.g447d99e1c3b
More information about the ffmpeg-devel
mailing list