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 committed by Tim-Philipp Müller
parent 4a1d23ea85
commit ef70a7beae

View file

@ -32,9 +32,6 @@
/* OpenGL 2.0 for Embedded Systems */
#if GST_GL_HAVE_GLES2
#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES 1
#endif
# if GST_GL_HAVE_PLATFORM_EAGL
# include <OpenGLES/ES2/gl.h>
# include <OpenGLES/ES2/glext.h>