aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-03 19:28:40 +0200
committerMax Kellermann <max@duempel.org>2012-02-13 19:00:23 +0100
commit3e7e0bcb1877785716cd83199129edb68a2feab4 (patch)
tree69f4bd9155d9f0d5f709071364712e138cf4d617 /test
parent7d3d8f20ab407d4375ae934752beed33935d9431 (diff)
test/run_decoder: initialize GThread
Diffstat (limited to 'test')
-rw-r--r--test/run_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.c
index 8dbd5301..4199f3c3 100644
--- a/test/run_decoder.c
+++ b/test/run_decoder.c
@@ -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();