gl: don't expose OpenGL prototypes
We roll our own to avoid depending a certain OpenGL header version
This commit is contained in:
parent
4a1d23ea85
commit
ef70a7beae
@ -32,9 +32,6 @@
|
|||||||
|
|
||||||
/* OpenGL 2.0 for Embedded Systems */
|
/* OpenGL 2.0 for Embedded Systems */
|
||||||
#if GST_GL_HAVE_GLES2
|
#if GST_GL_HAVE_GLES2
|
||||||
#ifndef GL_GLEXT_PROTOTYPES
|
|
||||||
#define GL_GLEXT_PROTOTYPES 1
|
|
||||||
#endif
|
|
||||||
# if GST_GL_HAVE_PLATFORM_EAGL
|
# if GST_GL_HAVE_PLATFORM_EAGL
|
||||||
# include <OpenGLES/ES2/gl.h>
|
# include <OpenGLES/ES2/gl.h>
|
||||||
# include <OpenGLES/ES2/glext.h>
|
# include <OpenGLES/ES2/glext.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user