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

Unified Diff: source/config/linux/mips64el/vpx_config.h

Issue 442023002: [MIPS64] Adding build support for MIPS64 to libvpx in Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Update change after libvpx pull from upstream. Created 6 years, 3 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 | « source/config/linux/mips64el/vp9_rtcd.h ('k') | source/config/linux/mips64el/vpx_config.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/linux/mips64el/vpx_config.h
diff --git a/source/config/linux/mipsel/vpx_config.h b/source/config/linux/mips64el/vpx_config.h
similarity index 98%
copy from source/config/linux/mipsel/vpx_config.h
copy to source/config/linux/mips64el/vpx_config.h
index 5e0b6f278d8e16bc71fdc0e175d16321f127a8bf..934484ee4e32cc39622145abbf477c36659a02d4 100644
--- a/source/config/linux/mipsel/vpx_config.h
+++ b/source/config/linux/mips64el/vpx_config.h
@@ -20,9 +20,9 @@
#define HAVE_MEDIA 0
#define HAVE_NEON 0
#define HAVE_NEON_ASM 0
-#define HAVE_MIPS32 1
+#define HAVE_MIPS32 0
#define HAVE_DSPR2 0
-#define HAVE_MIPS64 0
+#define HAVE_MIPS64 1
#define HAVE_MMX 0
#define HAVE_SSE 0
#define HAVE_SSE2 0
« no previous file with comments | « source/config/linux/mips64el/vp9_rtcd.h ('k') | source/config/linux/mips64el/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698