Skip to content
Snippets Groups Projects
Commit d52ef19d authored by Matthew Waters's avatar Matthew Waters :koala:
Browse files

gl: move gles2 compat header to glprototypes

parent 838fd776
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment