diff options
-rw-r--r-- | src/input/input_gnome_vfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c index 6f2dec3e0..56aec11fc 100644 --- a/src/input/input_gnome_vfs.c +++ b/src/input/input_gnome_vfs.c @@ -363,8 +363,10 @@ static void return NULL; } +#if !GLIB_CHECK_VERSION(2,32,0) if (!g_thread_supported ()) g_thread_init (NULL); +#endif this = g_new0 (gnomevfs_input_class_t, 1); this->xine = xine; |