1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Android openGL build fixes.

This commit is contained in:
jules 2011-10-11 12:44:57 +01:00
parent be3565ac98
commit 7a91c10a81
5 changed files with 27 additions and 0 deletions

View file

@ -114,6 +114,10 @@
#undef SIZEOF
#undef KeyPress
//==============================================================================
#elif JUCE_ANDROID
#include <GLES/glext.h>
#endif
//==============================================================================

View file

@ -65,6 +65,8 @@
#elif JUCE_MAC
#include <OpenGL/gl.h>
#include "OpenGL/glext.h"
#elif JUCE_ANDROID
#include <GLES/gl.h>
#endif
#ifndef GL_BGRA_EXT