mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl: don't expose OpenGL prototypes
We roll our own to avoid depending a certain OpenGL header version
This commit is contained in:
parent
2a440f60e4
commit
92ba1d0df6
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue