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

Unified Diff: libyuv.gyp

Issue 2365813002: fix warning on visual C for mips cpu detect (Closed)
Patch Set: fix warning on visual C for mips cpu detect Created 4 years, 3 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 | « no previous file | libyuv_test.gyp » ('j') | 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 7c6c80466cf67294ebfded2787123c6834b5db83..fc7d08792aa55a19c26a2f6bfdbeedc72e734004 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -25,6 +25,7 @@
'clang%': 0,
# Link-Time Optimizations.
'use_lto%': 0,
+ 'mips_msa%': 0, # Default to msa off.
'build_neon': 0,
'build_msa': 0,
'conditions': [
« no previous file with comments | « no previous file | libyuv_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698