Bug 1252699 - Set WEBRTC_DETECT_ARM_NEON when optional neon is requested. r=jesup

This commit is contained in:
Mike Hommey 2016-03-02 10:01:15 +09:00
parent 0ab7a44cd8
commit 1ba1737ec0

View File

@ -320,7 +320,7 @@
['arm_neon==1', {
'defines': ['WEBRTC_ARCH_ARM_NEON',],
}],
['arm_neon==0 and (OS=="android" or moz_widget_toolkit_gonk==1)', {
['arm_neon==0 and arm_neon_optional==1', {
'defines': ['WEBRTC_DETECT_ARM_NEON',],
}],
],