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

Unified Diff: libyuv.gyp

Issue 2146073004: roll chromium same as webrtc jun9 (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: rebased Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv.gyp
diff --git a/libyuv.gyp b/libyuv.gyp
index db4b549043669f09a48cdf0afa472abf7e7e1845..7fc08dc76f7e9a8d7a60cb664f9e5010b69a18b6 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -33,6 +33,10 @@
{
'build_neon': 1,
}],
+ ['OS=="android" and target_arch=="mipsel"', {
+ # Linking fails with the gold linker: bugs.webrtc.org/5977.
+ 'linux_use_bundled_gold%': 0,
+ }],
],
},
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698