aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/_flac_common.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-21 20:15:50 +0100
committerMax Kellermann <max@duempel.org>2008-11-21 20:15:50 +0100
commit63c3ebee46c8adbb477829090961a386391de276 (patch)
treeaf6efd66e96225ad41f27387572aaca904aa22c5 /src/decoder/_flac_common.h
parentf15fc4e99a67a348ceebb29f19e76395edfc27b4 (diff)
flac, oggflac: use GLib instead of utils.h/log.h
Diffstat (limited to 'src/decoder/_flac_common.h')
-rw-r--r--src/decoder/_flac_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decoder/_flac_common.h b/src/decoder/_flac_common.h
index 37465a21..c2e1f431 100644
--- a/src/decoder/_flac_common.h
+++ b/src/decoder/_flac_common.h
@@ -24,6 +24,11 @@
#include "../decoder_api.h"
+#include <glib.h>
+
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "flac"
+
#include <FLAC/export.h>
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7
# include <FLAC/seekable_stream_decoder.h>