summaryrefslogtreecommitdiff
path: root/opengl/libs/hooks.h
diff options
context:
space:
mode:
author Keun-young Park <keunyoung@google.com> 2013-03-29 05:26:27 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2013-03-29 05:26:28 +0000
commitd3b2c029eba356e7bed3754d60ade556c216348e (patch)
tree2d3a6d44730592e8a09b2983cba1512b074b23bd /opengl/libs/hooks.h
parent0b6c41571b636cc9b47005fa971db19430cedc09 (diff)
parent46b4253b760916ea8f64c8c32a51ae85ec3b050e (diff)
Merge "[MIPS] Add MIPS architecture support to opengl framework"
Diffstat (limited to 'opengl/libs/hooks.h')
-rw-r--r--opengl/libs/hooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h
index 8b1b3898f6..e0ceb60e13 100644
--- a/opengl/libs/hooks.h
+++ b/opengl/libs/hooks.h
@@ -30,7 +30,7 @@
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
-#if !defined(__arm__)
+#if !defined(__arm__) && !defined(__mips__)
#define USE_SLOW_BINDING 1
#else
#define USE_SLOW_BINDING 0