commit | 80c93fbede20acf12d1abaf8ff46d8e97670b3f7 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Wed Jul 31 13:27:23 2013 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Wed Jul 31 13:27:23 2013 +0800 |
tree | 4a48a29abc75e508667662627a68ce9e92e6fb01 | |
parent | 445331f5e1b20c5e9b6017cc1e291c37e6d4c63c [diff] |
Fix gles3jni build with clang at android-11 jni/gl3stub.c:21:5: error: implicit declaration of function 'eglGetProcAddress' is invalid in C99 FIND_PROC(glReadBuffer); ^ jni/gl3stub.c:20:37: note: expanded from macro 'FIND_PROC' #define FIND_PROC(s) s = (void*)eglGetProcAddress(#s) ^ 1 error generated. Change-Id: I907f33e3d88f3e96bf7958102e90bf15529748b9