audio fixes (malc)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1133 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-11-11 16:55:09 +00:00
parent d7382233d8
commit 7372f88dc1
8 changed files with 145 additions and 12 deletions

View file

@ -34,7 +34,6 @@ typedef struct FMODVoice {
int channel;
} FMODVoice;
#define dolog(...) AUD_log ("fmod", __VA_ARGS__)
#ifdef DEBUG
#define ldebug(...) dolog (__VA_ARGS__)