| OLD | NEW |
| 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)', |
| 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': [ '-mmmx', ], | 24 'cflags': [ '-mmmx', ], |
| 24 }], | 25 }], |
| 25 ['OS=="mac"', { | 26 ['OS=="mac"', { |
| 26 'xcode_settings': { | 27 'xcode_settings': { |
| 27 'OTHER_CFLAGS': [ '-mmmx', ], | 28 'OTHER_CFLAGS': [ '-mmmx', ], |
| 28 }, | 29 }, |
| 29 }], | 30 }], |
| 30 ], | 31 ], |
| 31 }, | 32 }, |
| 32 { | 33 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 44 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', | 45 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', |
| 45 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', | 46 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', |
| 46 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', | 47 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', |
| 47 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', | 48 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', |
| 48 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', | 49 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', |
| 49 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', | 50 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', |
| 50 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', | 51 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', |
| 51 ], | 52 ], |
| 52 'conditions': [ | 53 'conditions': [ |
| 53 ['os_posix==1 and OS!="mac"', { | 54 ['os_posix==1 and OS!="mac"', { |
| 55 'cflags!': [ '-mfpu=vfpv3-d16' ], |
| 54 'cflags': [ '-msse2', ], | 56 'cflags': [ '-msse2', ], |
| 55 }], | 57 }], |
| 56 ['OS=="mac"', { | 58 ['OS=="mac"', { |
| 57 'xcode_settings': { | 59 'xcode_settings': { |
| 58 'OTHER_CFLAGS': [ '-msse2', ], | 60 'OTHER_CFLAGS': [ '-msse2', ], |
| 59 }, | 61 }, |
| 60 }], | 62 }], |
| 61 ], | 63 ], |
| 62 }, | 64 }, |
| 63 { | 65 { |
| 64 'target_name': 'libvpx_intrinsics_ssse3', | 66 'target_name': 'libvpx_intrinsics_ssse3', |
| 65 'type': 'static_library', | 67 'type': 'static_library', |
| 66 'include_dirs': [ | 68 'include_dirs': [ |
| 67 'source/config/<(OS_CATEGORY)/<(target_arch)', | 69 'source/config/<(OS_CATEGORY)/<(target_arch)', |
| 68 '<(libvpx_source)', | 70 '<(libvpx_source)', |
| 69 ], | 71 ], |
| 70 'sources': [ | 72 'sources': [ |
| 71 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', | 73 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', |
| 72 ], | 74 ], |
| 73 'conditions': [ | 75 'conditions': [ |
| 74 ['os_posix==1 and OS!="mac"', { | 76 ['os_posix==1 and OS!="mac"', { |
| 77 'cflags!': [ '-mfpu=vfpv3-d16' ], |
| 75 'cflags': [ '-mssse3', ], | 78 'cflags': [ '-mssse3', ], |
| 76 }], | 79 }], |
| 77 ['OS=="mac"', { | 80 ['OS=="mac"', { |
| 78 'xcode_settings': { | 81 'xcode_settings': { |
| 79 'OTHER_CFLAGS': [ '-mssse3', ], | 82 'OTHER_CFLAGS': [ '-mssse3', ], |
| 80 }, | 83 }, |
| 81 }], | 84 }], |
| 82 ], | 85 ], |
| 83 }, | 86 }, |
| 84 ], | 87 ], |
| 85 } | 88 } |
| OLD | NEW |