OLD | NEW |
1 # This file is generated. Do not edit. | 1 # This file is generated. Do not edit. |
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2014 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'type': 'static_library', | 50 'type': 'static_library', |
51 'include_dirs': [ | 51 'include_dirs': [ |
52 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 52 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
53 '<(libvpx_source)', | 53 '<(libvpx_source)', |
54 ], | 54 ], |
55 'sources': [ | 55 'sources': [ |
56 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', | 56 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', |
57 '<(libvpx_source)/vp8/encoder/x86/quantize_ssse3.c', | 57 '<(libvpx_source)/vp8/encoder/x86/quantize_ssse3.c', |
58 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_ssse3.c', | 58 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_ssse3.c', |
59 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c', | 59 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c', |
| 60 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_ssse3.c', |
60 ], | 61 ], |
61 'cflags': [ '-mssse3', ], | 62 'cflags': [ '-mssse3', ], |
62 'xcode_settings': { 'OTHER_CFLAGS': [ '-mssse3' ] }, | 63 'xcode_settings': { 'OTHER_CFLAGS': [ '-mssse3' ] }, |
63 'conditions': [ | 64 'conditions': [ |
64 ['OS=="win" and clang==1', { | 65 ['OS=="win" and clang==1', { |
65 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe | 66 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe |
66 # doesn't need it for intrinsics. clang-cl does need it, though. | 67 # doesn't need it for intrinsics. clang-cl does need it, though. |
67 'msvs_settings': { | 68 'msvs_settings': { |
68 'VCCLCompilerTool': { 'AdditionalOptions': [ '-mssse3' ] }, | 69 'VCCLCompilerTool': { 'AdditionalOptions': [ '-mssse3' ] }, |
69 }, | 70 }, |
(...skipping 17 matching lines...) Expand all Loading... |
87 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe | 88 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe |
88 # doesn't need it for intrinsics. clang-cl does need it, though. | 89 # doesn't need it for intrinsics. clang-cl does need it, though. |
89 'msvs_settings': { | 90 'msvs_settings': { |
90 'VCCLCompilerTool': { 'AdditionalOptions': [ '-msse4.1' ] }, | 91 'VCCLCompilerTool': { 'AdditionalOptions': [ '-msse4.1' ] }, |
91 }, | 92 }, |
92 }], | 93 }], |
93 ], | 94 ], |
94 }, | 95 }, |
95 ], | 96 ], |
96 } | 97 } |
OLD | NEW |