Mercurial > sdl-ios-xcode
diff src/audio/sdlgenaudiocvt.pl @ 3032:77c3e67f0740
Fixed Visual C++ build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jan 2009 08:46:28 +0000 |
parents | 70d876a0b90e |
children | bfa8d34ce03a |
line wrap: on
line diff
--- a/src/audio/sdlgenaudiocvt.pl Mon Jan 12 08:28:17 2009 +0000 +++ b/src/audio/sdlgenaudiocvt.pl Mon Jan 12 08:46:28 2009 +0000 @@ -216,7 +216,7 @@ const $srctype *src; $tctype *dst; -#ifdef DEBUG_CONVERT +#if DEBUG_CONVERT fprintf(stderr, "Converting AUDIO_${from} to AUDIO_${to}.\\n"); #endif @@ -391,7 +391,7 @@ static void SDLCALL ${sym}(SDL_AudioCVT * cvt, SDL_AudioFormat format) { -#ifdef DEBUG_CONVERT +#if DEBUG_CONVERT fprintf(stderr, "$resample arbitrary (x%f) AUDIO_${from}, ${channels} channels.\\n", cvt->rate_incr); #endif @@ -529,7 +529,7 @@ static void SDLCALL ${sym}(SDL_AudioCVT * cvt, SDL_AudioFormat format) { -#ifdef DEBUG_CONVERT +#if DEBUG_CONVERT fprintf(stderr, "$resample (x${multiple}) AUDIO_${from}, ${channels} channels.\\n"); #endif