Index: third_party/libwebp/dsp/cpu.c |
diff --git a/third_party/libwebp/dsp/cpu.c b/third_party/libwebp/dsp/cpu.c |
index 34565040baf34a89ac2ad5584203552ae4a72234..086da83698ef188d2e0d37992524c283af49c3f7 100644 |
--- a/third_party/libwebp/dsp/cpu.c |
+++ b/third_party/libwebp/dsp/cpu.c |
@@ -118,7 +118,7 @@ static int armCPUInfo(CPUFeature feature) { |
return 1; |
} |
VP8CPUInfo VP8GetCPUInfo = armCPUInfo; |
-#elif defined(__mips__) |
+#elif defined(WEBP_USE_MIPS32) |
static int mipsCPUInfo(CPUFeature feature) { |
(void)feature; |
return 1; |