From 9c46cc4ea0d340f03d0cc944bbf59ccbb674f036 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Sep 2011 22:42:21 +0200 Subject: test/read_tags: call g_thread_init() Needed for the I/O thread. --- test/read_tags.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/read_tags.c b/test/read_tags.c index 64535a87f..541f0398f 100644 --- a/test/read_tags.c +++ b/test/read_tags.c @@ -166,6 +166,7 @@ int main(int argc, char **argv) decoder_name = argv[1]; path = argv[2]; + g_thread_init(NULL); io_thread_init(); if (!io_thread_start(&error)) { g_warning("%s", error->message); -- cgit v1.2.3