1
0
Fork 0
forked from len0rd/rockbox

Disable debug output in wave format parser by default.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29592 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-03-15 20:27:26 +00:00
parent d9e85475c5
commit c24c3ebe0f

View file

@ -30,6 +30,11 @@
#include "rbunicode.h"
#include "logf.h"
#ifdef DEBUGF
#undef DEBUGF
#define DEBUGF(...)
#endif
/* Wave(RIFF)/Wave64 format */