Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2807)

Unified Diff: libvpx_srcs_arm_neon_cpu_detect.gypi

Issue 344903003: libvpx: Remove edsp(armv5te) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libvpx_srcs_arm_neon.gypi ('k') | source/config/linux/arm-neon-cpu-detect/vpx_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_arm_neon_cpu_detect.gypi
===================================================================
--- libvpx_srcs_arm_neon_cpu_detect.gypi (revision 278474)
+++ libvpx_srcs_arm_neon_cpu_detect.gypi (working copy)
@@ -112,16 +112,11 @@
'<(libvpx_source)/vp8/decoder/onyxd_int.h',
'<(libvpx_source)/vp8/decoder/threading.c',
'<(libvpx_source)/vp8/decoder/treereader.h',
- '<(libvpx_source)/vp8/encoder/arm/armv5te/boolhuff_armv5te.asm',
- '<(libvpx_source)/vp8/encoder/arm/armv5te/vp8_packtokens_armv5.asm',
- '<(libvpx_source)/vp8/encoder/arm/armv5te/vp8_packtokens_mbrow_armv5.asm',
- '<(libvpx_source)/vp8/encoder/arm/armv5te/vp8_packtokens_partitions_armv5.asm',
'<(libvpx_source)/vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm',
'<(libvpx_source)/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm',
'<(libvpx_source)/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm',
'<(libvpx_source)/vp8/encoder/arm/armv6/vp8_subtract_armv6.asm',
'<(libvpx_source)/vp8/encoder/arm/armv6/walsh_v6.asm',
- '<(libvpx_source)/vp8/encoder/arm/boolhuff_arm.c',
'<(libvpx_source)/vp8/encoder/arm/dct_arm.c',
'<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.asm',
'<(libvpx_source)/vp8/encoder/arm/neon/picklpf_arm.c',
@@ -134,6 +129,7 @@
'<(libvpx_source)/vp8/encoder/bitstream.c',
'<(libvpx_source)/vp8/encoder/bitstream.h',
'<(libvpx_source)/vp8/encoder/block.h',
+ '<(libvpx_source)/vp8/encoder/boolhuff.c',
'<(libvpx_source)/vp8/encoder/boolhuff.h',
'<(libvpx_source)/vp8/encoder/dct.c',
'<(libvpx_source)/vp8/encoder/dct_value_cost.h',
« no previous file with comments | « libvpx_srcs_arm_neon.gypi ('k') | source/config/linux/arm-neon-cpu-detect/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698