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 \
gstglmemory.h \
gstglbufferpool.h \
gstgles2.h \
gstglfilter.h \
gstglmixer.h \
gstglmixerpad.h \

View file

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

View 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