gl: don't expose OpenGL prototypes

We roll our own to avoid depending a certain OpenGL header version
This commit is contained in:
Matthew Waters 2016-11-08 12:44:45 +11:00
parent 2a440f60e4
commit 92ba1d0df6

View file

@ -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>