summaryrefslogtreecommitdiff
path: root/libvpx_srcs_x86_intrinsics.gypi
diff options
context:
space:
mode:
authorjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-04-19 22:20:08 +0000
committerjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-04-19 22:20:08 +0000
commita9c9b43ac6ebca2e63a1e36a3f51b968d910d724 (patch)
tree246d66615342b253cdd15b5e980727e24e0d0026 /libvpx_srcs_x86_intrinsics.gypi
parent3358b313481c08268259f41f6c0ebeb5272c18cf (diff)
downloadlibvpx-a9c9b43ac6ebca2e63a1e36a3f51b968d910d724.tar.gz
Guard against changes in the file lists
When there are no files in the source list, compilation fails for some Debug builds. Add checks to maintain the status quo because we can't programmatically select which libraries to include in libvpx.gyp Comment out libvpx_intrinsics_sse4_1 in libvpx.gyp since the target is no longer generated in generate_gypi.sh Review URL: https://chromiumcodereview.appspot.com/14158005 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@195313 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'libvpx_srcs_x86_intrinsics.gypi')
-rw-r--r--libvpx_srcs_x86_intrinsics.gypi20
1 files changed, 0 insertions, 20 deletions
diff --git a/libvpx_srcs_x86_intrinsics.gypi b/libvpx_srcs_x86_intrinsics.gypi
index ec00622..80f87c2 100644
--- a/libvpx_srcs_x86_intrinsics.gypi
+++ b/libvpx_srcs_x86_intrinsics.gypi
@@ -80,25 +80,5 @@
}],
],
},
- {
- 'target_name': 'libvpx_intrinsics_sse4_1',
- 'type': 'static_library',
- 'include_dirs': [
- 'source/config/<(OS_CATEGORY)/<(target_arch)',
- '<(libvpx_source)',
- ],
- 'sources': [
- ],
- 'conditions': [
- ['os_posix==1 and OS!="mac"', {
- 'cflags': [ '-msse4.1', ],
- }],
- ['OS=="mac"', {
- 'xcode_settings': {
- 'OTHER_CFLAGS': [ '-msse4.1', ],
- },
- }],
- ],
- },
],
}