updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / moodbar / analyzer.patch
blob4ab5a13f5511d6a37e24e779085be671940e4d83
1 *** a/analyzer/main.c 2010-02-15 20:13:47.000000000 +0100
2 --- b/analyzer/main.c 2010-02-15 17:31:55.000000000 +0100
3 ***************
4 *** 262,267 ****
5 --- 262,268 ----
6 GOptionContext *ctx;
7 GError *err = NULL;
9 + g_thread_init(NULL);
10 ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer");
11 g_option_context_add_group (ctx, gst_init_get_option_group ());
12 g_option_context_add_main_entries (ctx, entries, NULL);