| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index d96fc99e90cdea7576f4f9c247416be908a8052a..1aadc0ac9782bc84098223020f13cc319032dddd 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -922,7 +922,6 @@
|
| 'dependencies': [
|
| 'media_asm',
|
| 'media_mmx',
|
| - 'media_sse',
|
| 'media_sse2',
|
| ],
|
| 'sources': [
|
| @@ -1338,11 +1337,6 @@
|
| 'USE_NEON'
|
| ],
|
| }],
|
| - ['target_arch=="ia32" or target_arch=="x64"', {
|
| - 'dependencies': [
|
| - 'shared_memory_support_sse'
|
| - ],
|
| - }],
|
| ],
|
| },
|
| ],
|
| @@ -1452,22 +1446,6 @@
|
| ],
|
| },
|
| {
|
| - 'target_name': 'media_sse',
|
| - 'type': 'static_library',
|
| - 'cflags': [
|
| - '-msse',
|
| - ],
|
| - 'defines': [
|
| - 'MEDIA_IMPLEMENTATION',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'base/simd/sinc_resampler_sse.cc',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'media_sse2',
|
| 'type': 'static_library',
|
| 'cflags': [
|
| @@ -1485,22 +1463,6 @@
|
| 'base/simd/filter_yuv_sse2.cc',
|
| ],
|
| },
|
| - {
|
| - 'target_name': 'shared_memory_support_sse',
|
| - 'type': 'static_library',
|
| - 'cflags': [
|
| - '-msse',
|
| - ],
|
| - 'defines': [
|
| - 'MEDIA_IMPLEMENTATION',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'base/simd/vector_math_sse.cc',
|
| - ],
|
| - },
|
| ], # targets
|
| }],
|
| ['use_x11==1', {
|
|
|