From ef70a7beae1eb1eb6db1459da28b195806abb39f Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 8 Nov 2016 12:44:45 +1100 Subject: [PATCH] gl: don't expose OpenGL prototypes We roll our own to avoid depending a certain OpenGL header version --- gst-libs/gst/gl/gstglapi.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst-libs/gst/gl/gstglapi.h b/gst-libs/gst/gl/gstglapi.h index 3088920020..3ce1e03dc6 100644 --- a/gst-libs/gst/gl/gstglapi.h +++ b/gst-libs/gst/gl/gstglapi.h @@ -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 # include