Bug 1051087: Ensure NEON optimizations are used for libyuv and webrtc audio code r=ted

This commit is contained in:
Randell Jesup 2014-08-25 10:28:02 -04:00
parent 27e10a0ca2
commit c6d417fdda

View File

@ -109,7 +109,7 @@ if CONFIG['ARM_ARCH']:
# detection, so we have to set armv7=0 for non-Android target
gyp_vars['armv7'] = 0
# For libyuv
gyp_vars['arm_version'] = CONFIG['ARM_ARCH']
gyp_vars['arm_version'] = int(CONFIG['ARM_ARCH'])
# Don't try to compile ssse3/sse4.1 code if toolchain doesn't support
if CONFIG['INTEL_ARCHITECTURE']: