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', |
(...skipping 28 matching lines...) Expand all Loading... |
39 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', | 39 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', |
40 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', | 40 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', |
41 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', | 41 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', |
42 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', | 42 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', |
43 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', | 43 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', |
44 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', | 44 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', |
45 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', | 45 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', |
46 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', | 46 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', |
47 '<(libvpx_source)/vp9/common/x86/vp9_recon_wrapper_sse2.c', | 47 '<(libvpx_source)/vp9/common/x86/vp9_recon_wrapper_sse2.c', |
48 '<(libvpx_source)/vp9/common/x86/vp9_sadmxn_sse2.c', | 48 '<(libvpx_source)/vp9/common/x86/vp9_sadmxn_sse2.c', |
49 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_variance_sse2.c', | |
50 '<(libvpx_source)/vp9/decoder/x86/vp9_dequantize_sse2.c', | 49 '<(libvpx_source)/vp9/decoder/x86/vp9_dequantize_sse2.c', |
51 ], | 50 ], |
52 'conditions': [ | 51 'conditions': [ |
53 ['os_posix==1 and OS!="mac"', { | 52 ['os_posix==1 and OS!="mac"', { |
54 'cflags': [ '-msse2', ], | 53 'cflags': [ '-msse2', ], |
55 }], | 54 }], |
56 ['OS=="mac"', { | 55 ['OS=="mac"', { |
57 'xcode_settings': { | 56 'xcode_settings': { |
58 'OTHER_CFLAGS': [ '-msse2', ], | 57 'OTHER_CFLAGS': [ '-msse2', ], |
59 }, | 58 }, |
(...skipping 16 matching lines...) Expand all Loading... |
76 }], | 75 }], |
77 ['OS=="mac"', { | 76 ['OS=="mac"', { |
78 'xcode_settings': { | 77 'xcode_settings': { |
79 'OTHER_CFLAGS': [ '-mssse3', ], | 78 'OTHER_CFLAGS': [ '-mssse3', ], |
80 }, | 79 }, |
81 }], | 80 }], |
82 ], | 81 ], |
83 }, | 82 }, |
84 ], | 83 ], |
85 } | 84 } |
OLD | NEW |