gstreamer/gst-libs/gst/gl/egl
Matthew Waters 764c4a33bc gl: fix usage of string.h and stdio.h functions without including the headers
e.g:
gstglcontext_egl.c:613:7: error: implicit declaration of function 'strcmp'
[-Werror=implicit-function-declaration]
   if (strcmp (G_MODULE_SUFFIX, "so") == 0)
2017-12-09 19:32:09 +00:00
..
gstegl.h gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00
gsteglimagememory.c gl: fix usage of string.h and stdio.h functions without including the headers 2017-12-09 19:32:09 +00:00
gsteglimagememory.h glupload: rearchitecture for non GLMemory inputs/outputs 2017-12-09 19:31:50 +00:00
gstglcontext_egl.c gl: fix usage of string.h and stdio.h functions without including the headers 2017-12-09 19:32:09 +00:00
gstglcontext_egl.h gl: be consistent in gobject boilerpate 2017-12-09 19:32:09 +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