Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-11 18:48:27 +0400
committerDiego Biurrun <diego@biurrun.de>2012-10-12 22:56:54 +0400
commitca411fc1d34329cd17b28627f697e391ae52073f (patch)
tree0c0249ea90548e1a4611e44ea8c44ef9dfa92d21 /arch.mak
parentbc4620e5d61a4dd9a1f654fadd281a172aab04be (diff)
avcodec: Remove broken MMI optimizations
The code fails to compile and is broken beyond repair.
Diffstat (limited to 'arch.mak')
-rw-r--r--arch.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch.mak b/arch.mak
index 33018f37f7..748783d3f9 100644
--- a/arch.mak
+++ b/arch.mak
@@ -3,8 +3,6 @@ OBJS-$(HAVE_ARMV6) += $(ARMV6-OBJS) $(ARMV6-OBJS-yes)
OBJS-$(HAVE_ARMVFP) += $(ARMVFP-OBJS) $(ARMVFP-OBJS-yes)
OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes)
-OBJS-$(HAVE_MMI) += $(MMI-OBJS) $(MMI-OBJS-yes)
-
OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)
OBJS-$(HAVE_VIS) += $(VIS-OBJS) $(VIS-OBJS-yes)