Commit 3e7e0bcb authored by Max Kellermann's avatar Max Kellermann

test/run_decoder: initialize GThread

parent 7d3d8f20
......@@ -179,6 +179,7 @@ int main(int argc, char **argv)
decoder_name = argv[1];
decoder.uri = argv[2];
g_thread_init(NULL);
g_log_set_default_handler(my_log_func, NULL);
tag_pool_init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment