gl: move gles2 compat header to glprototypes

This commit is contained in:
Matthew Waters 2014-06-22 09:44:24 +10:00 committed by Tim-Philipp Müller
parent ec8f3e58de
commit 1f8c784131
4 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,6 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
gstglcontext.h \ gstglcontext.h \
gstglmemory.h \ gstglmemory.h \
gstglbufferpool.h \ gstglbufferpool.h \
gstgles2.h \
gstglfilter.h \ gstglfilter.h \
gstglmixer.h \ gstglmixer.h \
gstglmixerpad.h \ gstglmixerpad.h \

View file

@ -10,5 +10,6 @@ prototype_HEADERS = \
gles.h \ gles.h \
opengl.h \ opengl.h \
shaders.h \ shaders.h \
gstgl_compat.h gstgl_compat.h \
gstgl_gles2compat.h

View file

@ -62,7 +62,7 @@
# include <GLES2/gl2ext.h> # include <GLES2/gl2ext.h>
# endif # endif
# if !GST_GL_HAVE_OPENGL # if !GST_GL_HAVE_OPENGL
# include <gst/gl/gstgles2.h> # include <gst/gl/glprototypes/gstgl_gles2compat.h>
# endif # endif
#endif #endif