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