diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-11 16:48:27 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-12 20:56:54 +0200 |
commit | ca411fc1d34329cd17b28627f697e391ae52073f (patch) | |
tree | 0c0249ea90548e1a4611e44ea8c44ef9dfa92d21 /libavcodec/mips/Makefile | |
parent | bc4620e5d61a4dd9a1f654fadd281a172aab04be (diff) | |
download | ffmpeg-ca411fc1d34329cd17b28627f697e391ae52073f.tar.gz |
avcodec: Remove broken MMI optimizations
The code fails to compile and is broken beyond repair.
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r-- | libavcodec/mips/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile deleted file mode 100644 index 5f00d70360..0000000000 --- a/libavcodec/mips/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -MMI-OBJS += mips/dsputil_mmi.o \ - mips/idct_mmi.o \ - -MMI-OBJS-$(CONFIG_MPEGVIDEO) += mips/mpegvideo_mmi.o |