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:
parent
be3565ac98
commit
7a91c10a81
5 changed files with 27 additions and 0 deletions
|
|
@ -114,6 +114,10 @@
|
|||
|
||||
#undef SIZEOF
|
||||
#undef KeyPress
|
||||
|
||||
//==============================================================================
|
||||
#elif JUCE_ANDROID
|
||||
#include <GLES/glext.h>
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue