OLD | NEW |
1 # This file is generated. Do not edit. | 1 # This file is generated. Do not edit. |
2 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'libvpx_intrinsics_neon', | 9 'target_name': 'libvpx_intrinsics_neon', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 20 matching lines...) Expand all Loading... |
31 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c', | 31 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c', |
32 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', | 32 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', |
33 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', | 33 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', |
34 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_16_neon.c', | 34 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_16_neon.c', |
35 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c', | 35 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c', |
36 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c', | 36 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c', |
37 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', | 37 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', |
38 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c', | 38 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c', |
39 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c', | 39 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c', |
40 ], | 40 ], |
41 'conditions': [ | 41 'cflags!': [ '-mfpu=vfpv3-d16' ], |
42 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 42 'cflags': [ '-mfpu=neon', ], |
43 'cflags!': [ '-mfpu=vfpv3-d16' ], | 43 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] }, |
44 'cflags': [ '-mfpu=neon', ], | |
45 }], | |
46 ['OS=="mac" or OS=="ios"', { | |
47 'xcode_settings': { | |
48 'OTHER_CFLAGS': [ '-mfpu=neon', ], | |
49 }, | |
50 }], | |
51 ], | |
52 }, | 44 }, |
53 ], | 45 ], |
54 } | 46 } |
OLD | NEW |