Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
moodbar
gthread_init.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gthread_init.diff of Package moodbar
diff -urNad moodbar-0.1.2~/analyzer/main.c moodbar-0.1.2/analyzer/main.c --- moodbar-0.1.2~/analyzer/main.c 2006-10-12 01:43:30.000000000 -0400 +++ moodbar-0.1.2/analyzer/main.c 2007-04-01 13:20:33.000000000 -0400 @@ -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);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor