| 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 18 matching lines...) Expand all Loading... |
| 29 ], | 29 ], |
| 30 'sources': [ | 30 'sources': [ |
| 31 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', | 31 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', |
| 32 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', | 32 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', |
| 33 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', | 33 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', |
| 34 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', | 34 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', |
| 35 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', | 35 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', |
| 36 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', | 36 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', |
| 37 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', | 37 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', |
| 38 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', | 38 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', |
| 39 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', |
| 39 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', | 40 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', |
| 40 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', | 41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', |
| 42 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', |
| 41 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', | 43 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', |
| 42 ], | 44 ], |
| 43 'cflags': [ '-msse2', ], | 45 'cflags': [ '-msse2', ], |
| 44 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, | 46 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, |
| 45 }, | 47 }, |
| 46 { | 48 { |
| 47 'target_name': 'libvpx_intrinsics_ssse3', | 49 'target_name': 'libvpx_intrinsics_ssse3', |
| 48 'type': 'static_library', | 50 'type': 'static_library', |
| 49 'include_dirs': [ | 51 'include_dirs': [ |
| 50 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 52 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe | 87 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe |
| 86 # doesn't need it for intrinsics. clang-cl does need it, though. | 88 # doesn't need it for intrinsics. clang-cl does need it, though. |
| 87 'msvs_settings': { | 89 'msvs_settings': { |
| 88 'VCCLCompilerTool': { 'AdditionalOptions': [ '-msse4.1' ] }, | 90 'VCCLCompilerTool': { 'AdditionalOptions': [ '-msse4.1' ] }, |
| 89 }, | 91 }, |
| 90 }], | 92 }], |
| 91 ], | 93 ], |
| 92 }, | 94 }, |
| 93 ], | 95 ], |
| 94 } | 96 } |
| OLD | NEW |