summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-04-16 11:10:45 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-04-16 11:15:52 +0200
commit57ede858f080b1f2849155e9b3b8fc1495bddc1b (patch)
treeb01679e33e956e5a15b3d1e9794df7d6b4f2ce2f
parent8197c2c1be437ec97be9390a5203490e1c9351fd (diff)
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]
-rw-r--r--gst-libs/gst/gl/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build
index f5f39b871..d9f8dfaaa 100644
--- a/gst-libs/gst/gl/meson.build
+++ b/gst-libs/gst/gl/meson.build
@@ -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',