gl: fix usage of string.h and stdio.h functions without including the headers
authorMatthew Waters <matthew@centricular.com>
Tue, 20 Oct 2015 17:44:50 +0000 (04:44 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:09 +0000 (19:32 +0000)
commit764c4a33bc2e2945a9b79bba5aee5ac85e803d06
tree398de8f40b1261665f95cff964ac247e8803052a
parentc3b69f34785fc6410576a0940d9358b8036eff3f
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)
gst-libs/gst/gl/egl/gsteglimagememory.c
gst-libs/gst/gl/egl/gstglcontext_egl.c
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglcontext.c