From: Matthew Waters Date: Sat, 21 Jun 2014 23:44:24 +0000 (+1000) Subject: gl: move gles2 compat header to glprototypes X-Git-Tag: 1.19.3~511^2~1989^2~1391 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f8c7841315da9dda96f9dab4d1d3861394dcb4f;p=platform%2Fupstream%2Fgstreamer.git gl: move gles2 compat header to glprototypes --- diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 8571336..d201e3e 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 9953b98..6528630 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 7eed4c4..b136662 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