summaryrefslogtreecommitdiffstats
path: root/libvpx.mk
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2013-07-25 11:11:39 -0700
committerhkuang <hkuang@google.com>2013-07-25 12:03:12 -0700
commit91037db265ecdd914a26e056cf69207b4f50924e (patch)
treec78c618cf6d0ffb187e2734d524bca19698b3c0d /libvpx.mk
parentba164dffc5a6795bce97fae02b51ccf3330e15e4 (diff)
downloadandroid_external_libvpx-91037db265ecdd914a26e056cf69207b4f50924e.tar.gz
android_external_libvpx-91037db265ecdd914a26e056cf69207b4f50924e.tar.bz2
android_external_libvpx-91037db265ecdd914a26e056cf69207b4f50924e.zip
Roll latest libvpx into Android.
Make the VP9 decoding 2X faster than the old one. Checkout is from master branch(hash:242157c756314827ad9244952c7253e8900b9626). Change-Id: Ibe67b3ee19f82b87df2416826b63a67f7f79b63a
Diffstat (limited to 'libvpx.mk')
-rw-r--r--libvpx.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvpx.mk b/libvpx.mk
index 197ed75..ec8e69a 100644
--- a/libvpx.mk
+++ b/libvpx.mk
@@ -60,14 +60,10 @@ LOCAL_SRC_FILES += $(libvpx_target)/vpx_config.c
# used yet but are included in the comments for future reference.
libvpx_asm_offsets_intermediates := \
- vp8/common/vp8_asm_com_offsets.intermediate \
- vp8/decoder/vp8_asm_dec_offsets.intermediate \
vp8/encoder/vp8_asm_enc_offsets.intermediate \
vpx_scale/vpx_scale_asm_offsets.intermediate \
libvpx_asm_offsets_files := \
- vp8/common/vp8_asm_com_offsets.asm \
- vp8/decoder/vp8_asm_dec_offsets.asm \
vp8/encoder/vp8_asm_enc_offsets.asm \
vpx_scale/vpx_scale_asm_offsets.asm \