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

Side by Side Diff: media/media.gyp

Issue 12082087: Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS2010 support for them in… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more nits Created 7 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 | « media/base/yuv_convert.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'base/simd/convert_rgb_to_yuv_c.cc', 1032 'base/simd/convert_rgb_to_yuv_c.cc',
1033 'base/simd/convert_rgb_to_yuv_sse2.cc', 1033 'base/simd/convert_rgb_to_yuv_sse2.cc',
1034 'base/simd/convert_rgb_to_yuv_ssse3.asm', 1034 'base/simd/convert_rgb_to_yuv_ssse3.asm',
1035 'base/simd/convert_rgb_to_yuv_ssse3.cc', 1035 'base/simd/convert_rgb_to_yuv_ssse3.cc',
1036 'base/simd/convert_rgb_to_yuv_ssse3.inc', 1036 'base/simd/convert_rgb_to_yuv_ssse3.inc',
1037 'base/simd/convert_yuv_to_rgb_c.cc', 1037 'base/simd/convert_yuv_to_rgb_c.cc',
1038 'base/simd/convert_yuv_to_rgb_mmx.asm', 1038 'base/simd/convert_yuv_to_rgb_mmx.asm',
1039 'base/simd/convert_yuv_to_rgb_mmx.inc', 1039 'base/simd/convert_yuv_to_rgb_mmx.inc',
1040 'base/simd/convert_yuv_to_rgb_sse.asm', 1040 'base/simd/convert_yuv_to_rgb_sse.asm',
1041 'base/simd/convert_yuv_to_rgb_x86.cc', 1041 'base/simd/convert_yuv_to_rgb_x86.cc',
1042 'base/simd/empty_register_state_mmx.asm',
1042 'base/simd/filter_yuv.h', 1043 'base/simd/filter_yuv.h',
1043 'base/simd/filter_yuv_c.cc', 1044 'base/simd/filter_yuv_c.cc',
1044 'base/simd/filter_yuv_mmx.cc', 1045 'base/simd/filter_yuv_mmx.cc',
1045 'base/simd/filter_yuv_sse2.cc', 1046 'base/simd/filter_yuv_sse2.cc',
1046 'base/simd/linear_scale_yuv_to_rgb_mmx.asm', 1047 'base/simd/linear_scale_yuv_to_rgb_mmx.asm',
1047 'base/simd/linear_scale_yuv_to_rgb_mmx.inc', 1048 'base/simd/linear_scale_yuv_to_rgb_mmx.inc',
1048 'base/simd/linear_scale_yuv_to_rgb_sse.asm', 1049 'base/simd/linear_scale_yuv_to_rgb_sse.asm',
1049 'base/simd/scale_yuv_to_rgb_mmx.asm', 1050 'base/simd/scale_yuv_to_rgb_mmx.asm',
1050 'base/simd/scale_yuv_to_rgb_mmx.inc', 1051 'base/simd/scale_yuv_to_rgb_mmx.inc',
1051 'base/simd/scale_yuv_to_rgb_sse.asm', 1052 'base/simd/scale_yuv_to_rgb_sse.asm',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 ], 1463 ],
1463 'sources': [ 1464 'sources': [
1464 'video/capture/screen/differ_block_sse2.cc', 1465 'video/capture/screen/differ_block_sse2.cc',
1465 'video/capture/screen/differ_block_sse2.h', 1466 'video/capture/screen/differ_block_sse2.h',
1466 ], 1467 ],
1467 }, # end of target differ_block_sse2 1468 }, # end of target differ_block_sse2
1468 ], 1469 ],
1469 }], 1470 }],
1470 ], 1471 ],
1471 } 1472 }
OLDNEW
« no previous file with comments | « media/base/yuv_convert.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698