Commit bbdb4a67 authored by Max Kellermann's avatar Max Kellermann

test/run_decoder: initialize GThread

Needed for the I/O thread.
parent 21851c06
......@@ -180,6 +180,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);
io_thread_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