mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gl: move gles2 compat header to glprototypes
This commit is contained in:
parent
ec8f3e58de
commit
1f8c784131
4 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue