Index: third_party/libwebp/dsp/neon.h |
diff --git a/third_party/libwebp/dsp/neon.h b/third_party/libwebp/dsp/neon.h |
index 7e06eaeef967daa57edd8b75913f88cd4fed2c79..0a06266848f223b99ee60e44aefc1929da3b46a6 100644 |
--- a/third_party/libwebp/dsp/neon.h |
+++ b/third_party/libwebp/dsp/neon.h |
@@ -19,7 +19,7 @@ |
// Right now, some intrinsics functions seem slower, so we disable them |
// everywhere except aarch64 where the inline assembly is incompatible. |
#if defined(__aarch64__) |
-#define USE_INTRINSICS // use intrinsics when possible |
+#define WEBP_USE_INTRINSICS // use intrinsics when possible |
#endif |
#define INIT_VECTOR2(v, a, b) do { \ |