gstreamer/gst-libs/gst/gl/egl
Sebastian Dröge 22e75a2112 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[] = {
                                           ^~~~~~~~~~~~~~
2016-02-18 10:33:20 +02:00
..
gstegl.h gl: consolidate egl header includes to egl-only headers 2015-07-07 13:12:49 +10:00
gsteglimagememory.c gl/egl: pass the error value to get_error_string() 2016-01-29 11:51:58 +11:00
gsteglimagememory.h eglimagememory: Methods to create GstGLMemory from dmabufs 2015-12-18 15:56:34 -05:00
gstglcontext_egl.c gl: Fix compiler warning about unused const variable with gcc 6 2016-02-18 10:33:20 +02:00
gstglcontext_egl.h egl: implement selecting opengl3 contexts 2016-01-29 11:51:58 +11:00
gstgldisplay_egl.c gl: add EGLImage support 2014-03-26 19:09:13 +00:00
gstgldisplay_egl.h gl: consolidate egl header includes to egl-only headers 2015-07-07 13:12:49 +10:00
Makefile.am gl: consolidate egl header includes to egl-only headers 2015-07-07 13:12:49 +10:00