diff options
Diffstat (limited to 'test/dump_playlist.cxx')
-rw-r--r-- | test/dump_playlist.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index 6e1f4858e..c1205d2a3 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -153,7 +153,10 @@ int main(int argc, char **argv) /* initialize GLib */ +#if !GLIB_CHECK_VERSION(2,32,0) g_thread_init(NULL); +#endif + g_log_set_default_handler(my_log_func, NULL); /* initialize MPD */ |