gl: Define default value for GST_GL_HAVE_WINDOW_GBM

Thus, silent compiler's warning:
"GST_GL_HAVE_WINDOW_GBM" is not defined, evaluates to 0 [-Wundef]
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-04-16 11:10:45 +02:00 committed by Tim-Philipp Müller
parent 0c19ac0b47
commit 8a5f5eaaae

View file

@ -105,6 +105,7 @@ glconf_options = [
'GST_GL_HAVE_WINDOW_DISPMANX',
'GST_GL_HAVE_WINDOW_EAGL',
'GST_GL_HAVE_WINDOW_VIV_FB',
'GST_GL_HAVE_WINDOW_GBM',
'GST_GL_HAVE_PLATFORM_EGL',
'GST_GL_HAVE_PLATFORM_GLX',