diff options
author | Lynne <dev@lynne.ee> | 2024-10-03 15:27:24 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-10-06 01:32:48 +0200 |
commit | 24c5a58e55f2d7776eba266b2d2c17604f8b5750 (patch) | |
tree | 7a4af2aec099f1db0c0f4fa5fb4828c3d8277329 /libavutil/x86/tx_float.asm | |
parent | bf643f989bea51233c24a646208d330667d2ea5c (diff) | |
download | ffmpeg-24c5a58e55f2d7776eba266b2d2c17604f8b5750.tar.gz |
Revert "x86/tx_float: add missing check for AVX2"
This reverts commit f4097e4c1f1bb244cae78c363a69d5e84495b616.
Diffstat (limited to 'libavutil/x86/tx_float.asm')
-rw-r--r-- | libavutil/x86/tx_float.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |