mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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:
parent
8197c2c1be
commit
57ede858f0
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ glconf_options = [
|
||||||
'GST_GL_HAVE_WINDOW_DISPMANX',
|
'GST_GL_HAVE_WINDOW_DISPMANX',
|
||||||
'GST_GL_HAVE_WINDOW_EAGL',
|
'GST_GL_HAVE_WINDOW_EAGL',
|
||||||
'GST_GL_HAVE_WINDOW_VIV_FB',
|
'GST_GL_HAVE_WINDOW_VIV_FB',
|
||||||
|
'GST_GL_HAVE_WINDOW_GBM',
|
||||||
|
|
||||||
'GST_GL_HAVE_PLATFORM_EGL',
|
'GST_GL_HAVE_PLATFORM_EGL',
|
||||||
'GST_GL_HAVE_PLATFORM_GLX',
|
'GST_GL_HAVE_PLATFORM_GLX',
|
||||||
|
|
Loading…
Reference in a new issue