gl: don't expose OpenGL prototypes
authorMatthew Waters <matthew@centricular.com>
Tue, 8 Nov 2016 01:44:45 +0000 (12:44 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 8 Nov 2016 01:46:09 +0000 (12:46 +1100)
We roll our own to avoid depending a certain OpenGL header version

gst-libs/gst/gl/gstglapi.h

index 3088920..3ce1e03 100644 (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>