diff options
| author | 2013-03-28 23:08:17 -0700 | |
|---|---|---|
| committer | 2013-03-28 23:08:17 -0700 | |
| commit | 111d920bb588669006bdd8699e786d6305f14c36 (patch) | |
| tree | 2d3a6d44730592e8a09b2983cba1512b074b23bd /opengl/libs/hooks.h | |
| parent | 4194b3898df867a5c4377de49ddc72ad3e51122b (diff) | |
| parent | d3b2c029eba356e7bed3754d60ade556c216348e (diff) | |
am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework"
* commit 'd3b2c029eba356e7bed3754d60ade556c216348e':
[MIPS] Add MIPS architecture support to opengl framework
Diffstat (limited to 'opengl/libs/hooks.h')
| -rw-r--r-- | opengl/libs/hooks.h | 2 |
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 |