mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-07 16:05:47 +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
0c19ac0b47
commit
8a5f5eaaae
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue