gl: move gles2 compat header to glprototypes
authorMatthew Waters <ystreet00@gmail.com>
Sat, 21 Jun 2014 23:44:24 +0000 (09:44 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:43 +0000 (19:31 +0000)
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/glprototypes/Makefile.am
gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h [moved from gst-libs/gst/gl/gstgles2.h with 100% similarity]
gst-libs/gst/gl/gstglapi.h

index 8571336..d201e3e 100644 (file)
@@ -34,7 +34,6 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
        gstglcontext.h \
        gstglmemory.h \
        gstglbufferpool.h \
-       gstgles2.h \
        gstglfilter.h \
        gstglmixer.h \
        gstglmixerpad.h \
index 9953b98..6528630 100644 (file)
@@ -10,5 +10,6 @@ prototype_HEADERS = \
        gles.h \
        opengl.h \
        shaders.h \
-       gstgl_compat.h
+       gstgl_compat.h \
+       gstgl_gles2compat.h
 
index 7eed4c4..b136662 100644 (file)
@@ -62,7 +62,7 @@
 #  include <GLES2/gl2ext.h>
 # endif
 # if !GST_GL_HAVE_OPENGL
-#  include <gst/gl/gstgles2.h>
+#  include <gst/gl/glprototypes/gstgl_gles2compat.h>
 # endif
 #endif