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

Side by Side Diff: libvpx_srcs_x86_64_intrinsics.gypi

Issue 55493002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 1 month 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_mips.gypi ('k') | source/libvpx/vpx/vp8.h » ('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',
(...skipping 26 matching lines...) Expand all
37 ], 37 ],
38 'sources': [ 38 'sources': [
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/decoder/x86/vp9_dequantize_sse2.c',
48 ], 47 ],
49 'conditions': [ 48 'conditions': [
50 ['os_posix==1 and OS!="mac"', { 49 ['os_posix==1 and OS!="mac"', {
51 'cflags': [ '-msse2', ], 50 'cflags': [ '-msse2', ],
52 }], 51 }],
53 ['OS=="mac"', { 52 ['OS=="mac"', {
54 'xcode_settings': { 53 'xcode_settings': {
55 'OTHER_CFLAGS': [ '-msse2', ], 54 'OTHER_CFLAGS': [ '-msse2', ],
56 }, 55 },
57 }], 56 }],
(...skipping 15 matching lines...) Expand all
73 }], 72 }],
74 ['OS=="mac"', { 73 ['OS=="mac"', {
75 'xcode_settings': { 74 'xcode_settings': {
76 'OTHER_CFLAGS': [ '-mssse3', ], 75 'OTHER_CFLAGS': [ '-mssse3', ],
77 }, 76 },
78 }], 77 }],
79 ], 78 ],
80 }, 79 },
81 ], 80 ],
82 } 81 }
OLDNEW
« no previous file with comments | « libvpx_srcs_mips.gypi ('k') | source/libvpx/vpx/vp8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698