| Index: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
|
| diff --git a/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi b/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
|
| index 6d72a65e53186adb36b94780cee5ca8556495196..a28c97c3b5049d2ce766533003d9b34f3a013d52 100644
|
| --- a/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
|
| +++ b/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
|
| @@ -38,17 +38,9 @@
|
| '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c',
|
| '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c',
|
| ],
|
| - 'conditions': [
|
| - ['os_posix==1 and OS!="mac" and OS!="ios"', {
|
| - 'cflags!': [ '-mfpu=vfpv3-d16' ],
|
| - 'cflags': [ '-mfpu=neon', ],
|
| - }],
|
| - ['OS=="mac" or OS=="ios"', {
|
| - 'xcode_settings': {
|
| - 'OTHER_CFLAGS': [ '-mfpu=neon', ],
|
| - },
|
| - }],
|
| - ],
|
| + 'cflags!': [ '-mfpu=vfpv3-d16' ],
|
| + 'cflags': [ '-mfpu=neon', ],
|
| + 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] },
|
| },
|
| ],
|
| }
|
|
|