summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorscottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 19:47:18 +0000
committerscottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 19:47:18 +0000
commit5141830cef2200602dd7808eb7a41b9c20c72a46 (patch)
treeaea54617f8cc41e73fbd7c07b4aed474d9e9929b /media
parent54b5a6afa56b4d113576946fd1159041b6613be1 (diff)
downloadchromium_src-5141830cef2200602dd7808eb7a41b9c20c72a46.zip
chromium_src-5141830cef2200602dd7808eb7a41b9c20c72a46.tar.gz
chromium_src-5141830cef2200602dd7808eb7a41b9c20c72a46.tar.bz2
Disable ULDI on reference to yuv_convert (vs2010)
UseLibraryDependencyInputs on VS2010 currently fails when linking .obj files generated from .asm. Disable ULDI for just this project. R=ddorwin BUG=97534 Review URL: https://chromiumcodereview.appspot.com/9271052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r--media/media.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 77ece3f..ea03c95 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -535,6 +535,7 @@
'variables': {
'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/media',
},
+ 'msvs_2010_disable_uldi_when_referenced': 1,
'includes': [
'../third_party/yasm/yasm_compile.gypi',
],