mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1051087: Ensure NEON optimizations are used for libyuv and webrtc audio code r=ted
This commit is contained in:
parent
27e10a0ca2
commit
c6d417fdda
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user