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 \
|
||||
gstglmemory.h \
|
||||
gstglbufferpool.h \
|
||||
gstgles2.h \
|
||||
gstglfilter.h \
|
||||
gstglmixer.h \
|
||||
gstglmixerpad.h \
|
||||
|
|
|
@ -10,5 +10,6 @@ prototype_HEADERS = \
|
|||
gles.h \
|
||||
opengl.h \
|
||||
shaders.h \
|
||||
gstgl_compat.h
|
||||
gstgl_compat.h \
|
||||
gstgl_gles2compat.h
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue