You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/moodbar/files/moodbar-0.1.2-gthread_init....

14 lines
597 B

diff -ur moodbar-0.1.2.orig/analyzer/main.c moodbar-0.1.2/analyzer/main.c
--- moodbar-0.1.2.orig/analyzer/main.c 2006-10-12 08:43:30.000000000 +0300
+++ moodbar-0.1.2/analyzer/main.c 2009-05-09 14:14:08.000000000 +0300
@@ -262,6 +262,9 @@
GOptionContext *ctx;
GError *err = NULL;
+ // must be called before any other glib function is called
+ if (!g_thread_supported ()) g_thread_init(NULL);
+
ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer");
g_option_context_add_group (ctx, gst_init_get_option_group ());
g_option_context_add_main_entries (ctx, entries, NULL);