test/read_tags: call g_thread_init()
Needed for the I/O thread.
This commit is contained in:
@@ -166,6 +166,7 @@ int main(int argc, char **argv)
|
|||||||
decoder_name = argv[1];
|
decoder_name = argv[1];
|
||||||
path = argv[2];
|
path = argv[2];
|
||||||
|
|
||||||
|
g_thread_init(NULL);
|
||||||
io_thread_init();
|
io_thread_init();
|
||||||
if (!io_thread_start(&error)) {
|
if (!io_thread_start(&error)) {
|
||||||
g_warning("%s", error->message);
|
g_warning("%s", error->message);
|
||||||
|
Reference in New Issue
Block a user