summaryrefslogtreecommitdiff
path: root/libvpx_srcs_arm_neon_cpu_detect.gypi
diff options
context:
space:
mode:
authorjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-04-19 01:58:32 +0000
committerjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-04-19 01:58:32 +0000
commit1cedac70da0675180660d8d3478648400afde47d (patch)
tree74ee1d189a98ba1dd5c8e96aebfe5b2238f1971b /libvpx_srcs_arm_neon_cpu_detect.gypi
parent923acb6a717b7f2719ed21184c1bc533b0a14888 (diff)
downloadlibvpx-1cedac70da0675180660d8d3478648400afde47d.tar.gz
libvpx: Pull from upstream
Update to 2a1dbcaaaa85213ed0e2a8128e9b1089e966bbf1 Part 3 Review URL: https://chromiumcodereview.appspot.com/13849011 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@195047 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'libvpx_srcs_arm_neon_cpu_detect.gypi')
-rw-r--r--libvpx_srcs_arm_neon_cpu_detect.gypi10
1 files changed, 7 insertions, 3 deletions
diff --git a/libvpx_srcs_arm_neon_cpu_detect.gypi b/libvpx_srcs_arm_neon_cpu_detect.gypi
index f4634f1..b884e89 100644
--- a/libvpx_srcs_arm_neon_cpu_detect.gypi
+++ b/libvpx_srcs_arm_neon_cpu_detect.gypi
@@ -212,6 +212,8 @@
'<(libvpx_source)/vp9/common/vp9_blockd.h',
'<(libvpx_source)/vp9/common/vp9_coefupdateprobs.h',
'<(libvpx_source)/vp9/common/vp9_common.h',
+ '<(libvpx_source)/vp9/common/vp9_convolve.c',
+ '<(libvpx_source)/vp9/common/vp9_convolve.h',
'<(libvpx_source)/vp9/common/vp9_debugmodes.c',
'<(libvpx_source)/vp9/common/vp9_default_coef_probs.h',
'<(libvpx_source)/vp9/common/vp9_entropy.c',
@@ -227,7 +229,8 @@
'<(libvpx_source)/vp9/common/vp9_findnearmv.c',
'<(libvpx_source)/vp9/common/vp9_findnearmv.h',
'<(libvpx_source)/vp9/common/vp9_header.h',
- '<(libvpx_source)/vp9/common/vp9_idctllm.c',
+ '<(libvpx_source)/vp9/common/vp9_idct.c',
+ '<(libvpx_source)/vp9/common/vp9_idct.h',
'<(libvpx_source)/vp9/common/vp9_invtrans.c',
'<(libvpx_source)/vp9/common/vp9_invtrans.h',
'<(libvpx_source)/vp9/common/vp9_loopfilter.c',
@@ -254,7 +257,6 @@
'<(libvpx_source)/vp9/common/vp9_reconinter.c',
'<(libvpx_source)/vp9/common/vp9_reconinter.h',
'<(libvpx_source)/vp9/common/vp9_reconintra4x4.c',
- '<(libvpx_source)/vp9/common/vp9_reconintra4x4.h',
'<(libvpx_source)/vp9/common/vp9_reconintra.c',
'<(libvpx_source)/vp9/common/vp9_reconintra.h',
'<(libvpx_source)/vp9/common/vp9_rtcd.c',
@@ -264,11 +266,12 @@
'<(libvpx_source)/vp9/common/vp9_setupintrarecon.c',
'<(libvpx_source)/vp9/common/vp9_setupintrarecon.h',
'<(libvpx_source)/vp9/common/vp9_subpelvar.h',
- '<(libvpx_source)/vp9/common/vp9_subpixel.h',
'<(libvpx_source)/vp9/common/vp9_swapyv12buffer.c',
'<(libvpx_source)/vp9/common/vp9_swapyv12buffer.h',
'<(libvpx_source)/vp9/common/vp9_systemdependent.h',
'<(libvpx_source)/vp9/common/vp9_textblit.h',
+ '<(libvpx_source)/vp9/common/vp9_tile_common.c',
+ '<(libvpx_source)/vp9/common/vp9_tile_common.h',
'<(libvpx_source)/vp9/common/vp9_treecoder.c',
'<(libvpx_source)/vp9/common/vp9_treecoder.h',
'<(libvpx_source)/vp9/decoder/vp9_dboolhuff.c',
@@ -287,6 +290,7 @@
'<(libvpx_source)/vp9/decoder/vp9_onyxd_int.h',
'<(libvpx_source)/vp9/decoder/vp9_treereader.h',
'<(libvpx_source)/vp9/vp9_dx_iface.c',
+ '<(libvpx_source)/vp9/vp9_iface_common.h',
'<(libvpx_source)/vpx/internal/vpx_codec_internal.h',
'<(libvpx_source)/vpx_mem/include/vpx_mem_intrnl.h',
'<(libvpx_source)/vpx_mem/vpx_mem.c',