From c639a2d1261b468e5e72af4b250282f235334755 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 21 Aug 2013 15:40:52 +1000 Subject: [PATCH] [797/906] x11: fix build for clang --- gst-libs/gst/gl/x11/gstglwindow_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/x11/gstglwindow_x11.c b/gst-libs/gst/gl/x11/gstglwindow_x11.c index 7af3211..1f13976 100644 --- a/gst-libs/gst/gl/x11/gstglwindow_x11.c +++ b/gst-libs/gst/gl/x11/gstglwindow_x11.c @@ -614,7 +614,7 @@ gst_gl_window_x11_run (GstGLWindow * window) g_main_loop_run (window_x11->loop); } -inline gchar * +static inline gchar * event_type_to_string (guint type) { switch (type) { -- 2.7.4