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 /libavutil/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 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 221d9ce9bd..f7c8a61bf8 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -72,7 +72,6 @@ OBJS = adler32.o \ tree.o \ utils.o \ -OBJS-$(ARCH_ARM) += arm/cpu.o OBJS-$(ARCH_PPC) += ppc/cpu.o OBJS-$(ARCH_X86) += x86/cpu.o |