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_mmx', | 9 'target_name': 'libvpx_intrinsics_mmx', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 12 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
13 '<(libvpx_source)', | 13 '<(libvpx_source)', |
14 ], | 14 ], |
15 'sources': [ | 15 'sources': [ |
16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c', | 16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c', |
17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c', | 17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c', |
18 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c', | 18 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c', |
19 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_mmx.c', | 19 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_mmx.c', |
20 ], | 20 ], |
21 'conditions': [ | 21 'cflags': [ '-mmmx', ], |
22 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 22 'xcode_settings': { 'OTHER_CFLAGS': [ '-mmmx' ] }, |
23 'cflags!': [ '-mfpu=vfpv3-d16' ], | |
24 'cflags': [ '-mmmx', ], | |
25 }], | |
26 ['OS=="mac" or OS=="ios"', { | |
27 'xcode_settings': { | |
28 'OTHER_CFLAGS': [ '-mmmx', ], | |
29 }, | |
30 }], | |
31 ], | |
32 }, | 23 }, |
33 { | 24 { |
34 'target_name': 'libvpx_intrinsics_sse2', | 25 'target_name': 'libvpx_intrinsics_sse2', |
35 'type': 'static_library', | 26 'type': 'static_library', |
36 'include_dirs': [ | 27 'include_dirs': [ |
37 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 28 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
38 '<(libvpx_source)', | 29 '<(libvpx_source)', |
39 ], | 30 ], |
40 'sources': [ | 31 'sources': [ |
41 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', | 32 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', |
42 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', | 33 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', |
43 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', | 34 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', |
44 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', | 35 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', |
45 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', | 36 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', |
46 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', | 37 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', |
47 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', | 38 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', |
48 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', | 39 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', |
49 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', | 40 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', |
50 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', | 41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', |
51 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', | 42 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', |
52 ], | 43 ], |
53 'conditions': [ | 44 'cflags': [ '-msse2', ], |
54 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 45 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, |
55 'cflags!': [ '-mfpu=vfpv3-d16' ], | |
56 'cflags': [ '-msse2', ], | |
57 }], | |
58 ['OS=="mac" or OS=="ios"', { | |
59 'xcode_settings': { | |
60 'OTHER_CFLAGS': [ '-msse2', ], | |
61 }, | |
62 }], | |
63 ], | |
64 }, | 46 }, |
65 { | 47 { |
66 'target_name': 'libvpx_intrinsics_ssse3', | 48 'target_name': 'libvpx_intrinsics_ssse3', |
67 'type': 'static_library', | 49 'type': 'static_library', |
68 'include_dirs': [ | 50 'include_dirs': [ |
69 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 51 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
70 '<(libvpx_source)', | 52 '<(libvpx_source)', |
71 ], | 53 ], |
72 'sources': [ | 54 'sources': [ |
73 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', | 55 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', |
74 '<(libvpx_source)/vp8/encoder/x86/quantize_ssse3.c', | 56 '<(libvpx_source)/vp8/encoder/x86/quantize_ssse3.c', |
75 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_ssse3.c', | 57 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_ssse3.c', |
76 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c', | 58 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c', |
77 ], | 59 ], |
78 'conditions': [ | 60 'cflags': [ '-mssse3', ], |
79 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 61 'xcode_settings': { 'OTHER_CFLAGS': [ '-mssse3' ] }, |
80 'cflags!': [ '-mfpu=vfpv3-d16' ], | |
81 'cflags': [ '-mssse3', ], | |
82 }], | |
83 ['OS=="mac" or OS=="ios"', { | |
84 'xcode_settings': { | |
85 'OTHER_CFLAGS': [ '-mssse3', ], | |
86 }, | |
87 }], | |
88 ], | |
89 }, | 62 }, |
90 { | 63 { |
91 'target_name': 'libvpx_intrinsics_sse4_1', | 64 'target_name': 'libvpx_intrinsics_sse4_1', |
92 'type': 'static_library', | 65 'type': 'static_library', |
93 'include_dirs': [ | 66 'include_dirs': [ |
94 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 67 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
95 '<(libvpx_source)', | 68 '<(libvpx_source)', |
96 ], | 69 ], |
97 'sources': [ | 70 'sources': [ |
98 '<(libvpx_source)/vp8/encoder/x86/quantize_sse4.c', | 71 '<(libvpx_source)/vp8/encoder/x86/quantize_sse4.c', |
99 ], | 72 ], |
100 'conditions': [ | 73 'cflags': [ '-msse4.1', ], |
101 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 74 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse4.1' ] }, |
102 'cflags!': [ '-mfpu=vfpv3-d16' ], | |
103 'cflags': [ '-msse4.1', ], | |
104 }], | |
105 ['OS=="mac" or OS=="ios"', { | |
106 'xcode_settings': { | |
107 'OTHER_CFLAGS': [ '-msse4.1', ], | |
108 }, | |
109 }], | |
110 ], | |
111 }, | 75 }, |
112 ], | 76 ], |
113 } | 77 } |
OLD | NEW |