wavpack: added GLib log domain
This commit is contained in:
parent
656d5c9c7b
commit
943b17c99a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user