From 1f8c7841315da9dda96f9dab4d1d3861394dcb4f Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 22 Jun 2014 09:44:24 +1000 Subject: [PATCH] gl: move gles2 compat header to glprototypes --- gst-libs/gst/gl/Makefile.am | 1 - gst-libs/gst/gl/glprototypes/Makefile.am | 3 ++- .../gst/gl/{gstgles2.h => glprototypes/gstgl_gles2compat.h} | 0 gst-libs/gst/gl/gstglapi.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename gst-libs/gst/gl/{gstgles2.h => glprototypes/gstgl_gles2compat.h} (100%) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 85713360fb..d201e3ec39 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -34,7 +34,6 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ gstglcontext.h \ gstglmemory.h \ gstglbufferpool.h \ - gstgles2.h \ gstglfilter.h \ gstglmixer.h \ gstglmixerpad.h \ diff --git a/gst-libs/gst/gl/glprototypes/Makefile.am b/gst-libs/gst/gl/glprototypes/Makefile.am index 9953b98853..6528630e34 100644 --- a/gst-libs/gst/gl/glprototypes/Makefile.am +++ b/gst-libs/gst/gl/glprototypes/Makefile.am @@ -10,5 +10,6 @@ prototype_HEADERS = \ gles.h \ opengl.h \ shaders.h \ - gstgl_compat.h + gstgl_compat.h \ + gstgl_gles2compat.h diff --git a/gst-libs/gst/gl/gstgles2.h b/gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h similarity index 100% rename from gst-libs/gst/gl/gstgles2.h rename to gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h diff --git a/gst-libs/gst/gl/gstglapi.h b/gst-libs/gst/gl/gstglapi.h index 7eed4c4e23..b136662453 100644 --- a/gst-libs/gst/gl/gstglapi.h +++ b/gst-libs/gst/gl/gstglapi.h @@ -62,7 +62,7 @@ # include # endif # if !GST_GL_HAVE_OPENGL -# include +# include # endif #endif