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

Unified Diff: third_party/libwebp/dsp/dsp.h

Issue 442853003: libwebp: mips build fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drop internal bug reference Created 6 years, 4 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 | « third_party/libwebp/dsp/cpu.c ('k') | third_party/libwebp/dsp/enc_mips32.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/dsp.h
diff --git a/third_party/libwebp/dsp/dsp.h b/third_party/libwebp/dsp/dsp.h
index 596febb38ab6a3eff6a19df13645eef0ba57d939..73a82536f5abe92aeaf96ee28ab781323f7d242f 100644
--- a/third_party/libwebp/dsp/dsp.h
+++ b/third_party/libwebp/dsp/dsp.h
@@ -60,7 +60,7 @@ extern "C" {
#define WEBP_USE_NEON
#endif
-#if defined(__mips__)
+#if defined(__mips__) && !defined(__mips64)
#define WEBP_USE_MIPS32
#endif
« no previous file with comments | « third_party/libwebp/dsp/cpu.c ('k') | third_party/libwebp/dsp/enc_mips32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698