summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghu Gandham <raghu.gandham@imgtec.com>2013-11-21 14:54:04 -0800
committerRaghu Gandham <raghu.gandham@imgtec.com>2013-11-25 11:49:32 -0800
commitbdb4ee88561d2b07144f471e1cecf78c47cdd364 (patch)
treee6cede80808c9184c6275d8c12970fcaf575b292
parentca15b5fc158a9df465aaf1acfe38d8cb5042c81b (diff)
downloadandroid_external_libvpx-bdb4ee88561d2b07144f471e1cecf78c47cdd364.tar.gz
android_external_libvpx-bdb4ee88561d2b07144f471e1cecf78c47cdd364.tar.bz2
android_external_libvpx-bdb4ee88561d2b07144f471e1cecf78c47cdd364.zip
Remove LOCAL_CFLAGS set for MIPS as they are no longer required.
Change-Id: Ie230963272ddd4709849db98bf8f1ae7de5ea527
-rw-r--r--libvpx.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvpx.mk b/libvpx.mk
index 5cb7820..c89d9ad 100644
--- a/libvpx.mk
+++ b/libvpx.mk
@@ -13,14 +13,8 @@ ifeq ($(TARGET_ARCH),mips)
ifneq ($(ARCH_HAS_BIGENDIAN),true)
ifeq ($(ARCH_MIPS_DSP_REV),2)
libvpx_target := mips-dspr2
- LOCAL_CFLAGS += -DMIPS_DSP_REV=$(ARCH_MIPS_DSP_REV)
else
libvpx_target := mips
- ifeq ($(ARCH_MIPS_DSP_REV),1)
- LOCAL_CFLAGS += -DMIPS_DSP_REV=$(ARCH_MIPS_DSP_REV)
- else
- LOCAL_CFLAGS += -DMIPS_DSP_REV=0
- endif #mips_dsp_rev1
endif #mips_dsp_rev2
endif #bigendian
endif #mips