Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: libvpx_srcs_x86_64_intrinsics.gypi

Issue 131103019: Use target_arch_full consistently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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)', 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 'conditions': [
22 ['os_posix==1 and OS!="mac"', { 22 ['os_posix==1 and OS!="mac"', {
23 'cflags!': [ '-mfpu=vfpv3-d16' ], 23 'cflags!': [ '-mfpu=vfpv3-d16' ],
24 'cflags': [ '-mmmx', ], 24 'cflags': [ '-mmmx', ],
25 }], 25 }],
26 ['OS=="mac"', { 26 ['OS=="mac"', {
27 'xcode_settings': { 27 'xcode_settings': {
28 'OTHER_CFLAGS': [ '-mmmx', ], 28 'OTHER_CFLAGS': [ '-mmmx', ],
29 }, 29 },
30 }], 30 }],
31 ], 31 ],
32 }, 32 },
33 { 33 {
34 'target_name': 'libvpx_intrinsics_sse2', 34 'target_name': 'libvpx_intrinsics_sse2',
35 'type': 'static_library', 35 'type': 'static_library',
36 'include_dirs': [ 36 'include_dirs': [
37 'source/config/<(OS_CATEGORY)/<(target_arch)', 37 'source/config/<(OS_CATEGORY)/<(target_arch_full)',
38 '<(libvpx_source)', 38 '<(libvpx_source)',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', 41 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
42 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', 42 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
43 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', 43 '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
44 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', 44 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
45 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', 45 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c',
46 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 46 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
47 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', 47 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c',
(...skipping 11 matching lines...) Expand all
59 'xcode_settings': { 59 'xcode_settings': {
60 'OTHER_CFLAGS': [ '-msse2', ], 60 'OTHER_CFLAGS': [ '-msse2', ],
61 }, 61 },
62 }], 62 }],
63 ], 63 ],
64 }, 64 },
65 { 65 {
66 'target_name': 'libvpx_intrinsics_ssse3', 66 'target_name': 'libvpx_intrinsics_ssse3',
67 'type': 'static_library', 67 'type': 'static_library',
68 'include_dirs': [ 68 'include_dirs': [
69 'source/config/<(OS_CATEGORY)/<(target_arch)', 69 'source/config/<(OS_CATEGORY)/<(target_arch_full)',
70 '<(libvpx_source)', 70 '<(libvpx_source)',
71 ], 71 ],
72 'sources': [ 72 'sources': [
73 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', 73 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c',
74 ], 74 ],
75 'conditions': [ 75 'conditions': [
76 ['os_posix==1 and OS!="mac"', { 76 ['os_posix==1 and OS!="mac"', {
77 'cflags!': [ '-mfpu=vfpv3-d16' ], 77 'cflags!': [ '-mfpu=vfpv3-d16' ],
78 'cflags': [ '-mssse3', ], 78 'cflags': [ '-mssse3', ],
79 }], 79 }],
80 ['OS=="mac"', { 80 ['OS=="mac"', {
81 'xcode_settings': { 81 'xcode_settings': {
82 'OTHER_CFLAGS': [ '-mssse3', ], 82 'OTHER_CFLAGS': [ '-mssse3', ],
83 }, 83 },
84 }], 84 }],
85 ], 85 ],
86 }, 86 },
87 ], 87 ],
88 } 88 }
OLDNEW
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698