diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-03-09 15:21:15 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-03-12 22:46:56 +0100 |
commit | 363bd1c62c1bcbac2dcb56f3dc47824f075888d2 (patch) | |
tree | 0632378b2cb9e40d80586c5bf02d738d7ac82297 /libavcodec/arm/Makefile | |
parent | 33c5c3ad070bc1203e48c8af9c6272d71f1d8b4d (diff) | |
download | ffmpeg-363bd1c62c1bcbac2dcb56f3dc47824f075888d2.tar.gz |
remove iwmmxt optimizations
The were broken since August of 2010 without anyone noticing until
three weeks ago. Nobody cares about it anymore and hopefully Marvell
will support NEON like in the PXA978 from now on.
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index e7fa7e511a..2f5cea7df1 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -43,9 +43,6 @@ OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \ arm/dsputil_init_vfp.o \ $(VFP-OBJS-yes) -OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \ - arm/mpegvideo_iwmmxt.o \ - NEON-OBJS-$(CONFIG_FFT) += arm/fft_neon.o \ arm/fft_fixed_neon.o \ |