aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-17 19:26:36 +0100
committerMax Kellermann <max@duempel.org>2009-02-17 19:26:36 +0100
commit943b17c99adeb11dd54209d4cff2bb935e696cb0 (patch)
treee56ada47e7667d87611c25d5e00138e2656158e8
parent656d5c9c7b28609b081e545abd39a0aabfe3d8eb (diff)
downloadmpd-943b17c99adeb11dd54209d4cff2bb935e696cb0.tar.gz
mpd-943b17c99adeb11dd54209d4cff2bb935e696cb0.tar.xz
mpd-943b17c99adeb11dd54209d4cff2bb935e696cb0.zip
wavpack: added GLib log domain
-rw-r--r--src/decoder/wavpack_plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder/wavpack_plugin.c b/src/decoder/wavpack_plugin.c
index 962cf6425..066e9c52c 100644
--- a/src/decoder/wavpack_plugin.c
+++ b/src/decoder/wavpack_plugin.c
@@ -30,6 +30,9 @@
#include <stdio.h>
#include <stdlib.h>
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "wavpack"
+
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
#define CHUNK_SIZE 1020