Index: libyuv_test.gyp |
diff --git a/libyuv_test.gyp b/libyuv_test.gyp |
index b8ceca1f2fe6637a3454adbe4ceb0e3574aec564..2d70ee093915754b2a6056c65e2327deb48b500b 100644 |
--- a/libyuv_test.gyp |
+++ b/libyuv_test.gyp |
@@ -86,6 +86,12 @@ |
'LIBYUV_NEON' |
], |
}], |
+ [ '(target_arch == "mipsel" or target_arch == "mips64el") \ |
+ and (mips_msa == 1)', { |
+ 'defines': [ |
+ 'LIBYUV_MSA' |
+ ], |
+ }], |
], # conditions |
'defines': [ |
# Enable the following 3 macros to turn off assembly for specified CPU. |