1
0
Fork 0
forked from len0rd/rockbox

undef DEBUG in pcm_record.c because it's broken and breaks DEBUG builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30754 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Fred Bauer 2011-10-14 22:41:03 +00:00
parent 08979ba835
commit 2537e46b0b

View file

@ -39,6 +39,7 @@
#ifdef HAVE_SPDIF_IN
#include "spdif.h"
#endif
#undef DEBUG
/***************************************************************************/