aix: Fixed audio debug output.
DEBUG_AUDIO is checked with #ifdef not #if.
1.1 --- a/src/audio/paudio/SDL_paudio.c Sun Jul 02 22:46:23 2017 +0200
1.2 +++ b/src/audio/paudio/SDL_paudio.c Sun Jul 02 22:46:49 2017 +0200
1.3 @@ -38,7 +38,7 @@
1.4 #include "../SDL_audio_c.h"
1.5 #include "SDL_paudio.h"
1.6
1.7 -#define DEBUG_AUDIO 0
1.8 +/* #define DEBUG_AUDIO */
1.9
1.10 /* A conflict within AIX 4.3.3 <sys/> headers and probably others as well.
1.11 * I guess nobody ever uses audio... Shame over AIX header files. */