summaryrefslogtreecommitdiffstats
path: root/config.mips64.mk
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2015-08-25 11:05:01 -0700
committerVignesh Venkatasubramanian <vigneshv@google.com>2015-10-19 18:20:40 +0000
commit7ce0a1d1337c01056ba24006efab21f00e179e04 (patch)
tree149789b855abffb1fc6aa96cb7afefe0420a9b12 /config.mips64.mk
parent4ec72fb10684276b048d5b3a6ba7a88d43b06411 (diff)
downloadandroid_external_libvpx-7ce0a1d1337c01056ba24006efab21f00e179e04.tar.gz
android_external_libvpx-7ce0a1d1337c01056ba24006efab21f00e179e04.tar.bz2
android_external_libvpx-7ce0a1d1337c01056ba24006efab21f00e179e04.zip
libvpx: Pull from upstream
Current HEAD: 7105df53d7dc13d5e575bc8df714ec8d1da36b06 Includes security fixes and performance improvements. Also removed the VP10 related code from the upstream repository. BUG=23452792 Change-Id: I97452dff5b1f0756e19d621111797363cc533d46 (cherry picked from commit da49e34c1fb5e99681f4ad99c21d9cfd83eddb96)
Diffstat (limited to 'config.mips64.mk')
-rw-r--r--config.mips64.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.mips64.mk b/config.mips64.mk
index fa1f1d2..5e6e3e8 100644
--- a/config.mips64.mk
+++ b/config.mips64.mk
@@ -1,9 +1,8 @@
# Output variables:
# libvpx_config_dir_mips64
# libvpx_codec_srcs_c_mips64
-# libvpx_codec_srcs_asm_mips64
-libvpx_target := generic
+libvpx_target := config/generic
libvpx_config_dir_mips64 := $(LOCAL_PATH)/$(libvpx_target)
libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips64)/libvpx_srcs.txt))
@@ -12,5 +11,3 @@ libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips64)/libvpx_srcs.
libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
$(filter %.c, $(libvpx_codec_srcs)))) \
$(libvpx_target)/vpx_config.c
-
-libvpx_codec_srcs_asm_mips64 := $(filter %.asm.s, $(libvpx_codec_srcs))