diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-26 15:55:41 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-06-26 15:55:41 +0200 |
commit | 91765594dd4310f9307362f0741fea3b1c902619 (patch) | |
tree | ad431d07a7ca9ac2cca9e293644e94dbc1dfb91d /libavcodec/x86/Makefile | |
parent | 784675ca9146490035314a15abcd6b98887eb82d (diff) | |
download | ffmpeg-91765594dd4310f9307362f0741fea3b1c902619.tar.gz |
Revert "Revert "x86: fft: convert sse inline asm to yasm""
This reverts commit fd91a3ec44de38251b2c15e03e26d14e983c4e44.
The bug it introduced has been fixed.
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index f633cf63e9..8acbd0774c 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -43,7 +43,6 @@ YASM-OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_mmx.o x86/diracdsp_yasm.o YASM-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_yasm.o YASM-OBJS-FFT-$(HAVE_AMD3DNOW) += x86/fft_3dn.o YASM-OBJS-FFT-$(HAVE_AMD3DNOWEXT) += x86/fft_3dn2.o -YASM-OBJS-FFT-$(HAVE_SSE) += x86/fft_sse.o YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \ $(YASM-OBJS-FFT-yes) |