mms: declare GLib log domain

This commit is contained in:
Max Kellermann 2009-01-29 21:43:45 +01:00
parent caa4d28f04
commit 3a75f15844

View File

@ -25,6 +25,9 @@
#include <string.h>
#include <errno.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "jack"
struct input_mms {
mmsx_t *mms;