gstreamer/gst-libs/gst/gl/egl
Sebastian Dröge adfd016d01 gl: Fix compiler warning about unused const variable with gcc 6
CC       libgstgl_x11_la-gstglcontext_glx.lo
In file included from gstglcontext_glx.c:39:0:
../utils/opengl_versions.h:52:43: error: ‘gles2_versions’ defined but not used [-Werror=unused-const-variable]
 static const struct { int major, minor; } gles2_versions[] = {
                                           ^~~~~~~~~~~~~~
2017-12-09 19:32:17 +00:00
..
gstegl.h gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00
gsteglimagememory.c gl/egl: pass the error value to get_error_string() 2017-12-09 19:32:15 +00:00
gsteglimagememory.h eglimagememory: Methods to create GstGLMemory from dmabufs 2017-12-09 19:32:13 +00:00
gstglcontext_egl.c gl: Fix compiler warning about unused const variable with gcc 6 2017-12-09 19:32:17 +00:00
gstglcontext_egl.h egl: implement selecting opengl3 contexts 2017-12-09 19:32:15 +00:00
gstgldisplay_egl.c gl: add EGLImage support 2017-12-09 19:31:35 +00:00
gstgldisplay_egl.h gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00
Makefile.am gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00