gl: move gles2 compat header to glprototypes
This commit is contained in:
parent
838fd776cf
commit
d52ef19d7f
@ -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…
x
Reference in New Issue
Block a user