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:
parent
d9e85475c5
commit
c24c3ebe0f
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
||||||
#include "rbunicode.h"
|
#include "rbunicode.h"
|
||||||
#include "logf.h"
|
#include "logf.h"
|
||||||
|
|
||||||
|
#ifdef DEBUGF
|
||||||
|
#undef DEBUGF
|
||||||
|
#define DEBUGF(...)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Wave(RIFF)/Wave64 format */
|
/* Wave(RIFF)/Wave64 format */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue