summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-12 00:02:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-12 00:02:05 +0000
commit93646e36b3f9510881155483b0f8ee3afec4556b (patch)
tree66ebec8316dce656ebc8c4542ff78a2994ff5459
parent9b35249446b07f40ac5fcc3205f2c048616efacc (diff)
parentbdb4ee88561d2b07144f471e1cecf78c47cdd364 (diff)
downloadandroid_external_libvpx-93646e36b3f9510881155483b0f8ee3afec4556b.tar.gz
android_external_libvpx-93646e36b3f9510881155483b0f8ee3afec4556b.tar.bz2
android_external_libvpx-93646e36b3f9510881155483b0f8ee3afec4556b.zip
Merge "Remove LOCAL_CFLAGS set for MIPS as they are no longer required."
-rw-r--r--libvpx.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvpx.mk b/libvpx.mk
index ec8e69a..b8f2830 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