From a507ce95f07547efe26b07b12fecdd85ab108db2 Mon Sep 17 00:00:00 2001 From: Scott Balneaves Date: Sat, 15 Dec 2012 23:02:48 -0600 Subject: Fix deprecations --- gst-mixer/src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst-mixer') diff --git a/gst-mixer/src/main.c b/gst-mixer/src/main.c index b051bf5..bcddb04 100644 --- a/gst-mixer/src/main.c +++ b/gst-mixer/src/main.c @@ -144,7 +144,9 @@ main (gint argc, bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); +#if !GLIB_CHECK_VERSION (2, 32, 0) g_thread_init (NULL); +#endif ctx = g_option_context_new ("mate-volume-control"); g_option_context_add_main_entries(ctx, entries, GETTEXT_PACKAGE); g_option_context_add_group (ctx, gst_init_get_option_group ()); -- cgit v1.2.1