don't use g_thread_init() with GLib 2.32

Deprecated.
This commit is contained in:
Max Kellermann
2013-04-17 01:53:10 +02:00
parent a4a13a3825
commit 4a800b311f
11 changed files with 30 additions and 0 deletions

View File

@@ -196,7 +196,9 @@ int main(int argc, char **argv)
audio_format_init(&audio_format, 44100, SAMPLE_FORMAT_S16, 2);
#if !GLIB_CHECK_VERSION(2,32,0)
g_thread_init(NULL);
#endif
/* read configuration file (mpd.conf) */