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

Unified Diff: libyuv_test.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 | « libyuv.gyp ('k') | source/cpu_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv_test.gyp
diff --git a/libyuv_test.gyp b/libyuv_test.gyp
index 2d70ee093915754b2a6056c65e2327deb48b500b..f4c4ea0919090f6b20854dd85ab921febb424223 100644
--- a/libyuv_test.gyp
+++ b/libyuv_test.gyp
@@ -9,6 +9,7 @@
{
'variables': {
'libyuv_disable_jpeg%': 0,
+ 'mips_msa%': 0, # Default to msa off.
},
'targets': [
{
« no previous file with comments | « libyuv.gyp ('k') | source/cpu_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698