[797/906] x11: fix build for clang
authorMatthew Waters <ystreet00@gmail.com>
Wed, 21 Aug 2013 05:40:52 +0000 (15:40 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:37:01 +0000 (18:37 +0100)
gst-libs/gst/gl/x11/gstglwindow_x11.c

index 7af3211..1f13976 100644 (file)
@@ -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) {