summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-12 23:03:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-12 23:03:15 +0000
commitdd9fa82d5073fb27c8b11518f775d632eab817c9 (patch)
tree7b98b4919a0cdc4ea2b4ae40e52b7eb532d2a8fa
parentaa43d6ba5f5fb7eaeca1d0573ecb16ea4d388197 (diff)
parent93646e36b3f9510881155483b0f8ee3afec4556b (diff)
downloadandroid_external_libvpx-dd9fa82d5073fb27c8b11518f775d632eab817c9.tar.gz
android_external_libvpx-dd9fa82d5073fb27c8b11518f775d632eab817c9.tar.bz2
android_external_libvpx-dd9fa82d5073fb27c8b11518f775d632eab817c9.zip
am 93646e36: Merge "Remove LOCAL_CFLAGS set for MIPS as they are no longer required."
* commit '93646e36b3f9510881155483b0f8ee3afec4556b': 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 83d7476..0eee8c9 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