Index: libyuv_test.gyp |
diff --git a/libyuv_test.gyp b/libyuv_test.gyp |
index 6994b6e6f7e25b88050b8db410dfad2ace1c524d..cfc74c80d493228cc7724509699a6a04d6ffa245 100644 |
--- a/libyuv_test.gyp |
+++ b/libyuv_test.gyp |
@@ -91,6 +91,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. |