Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audiocvt.c @ 2130:3ee59c43d784
Fixes for compiling with Visual C++ 8.0 Express Edition
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 19 Jun 2007 05:53:56 +0000 |
parents | f932ac47a331 |
children | b8e736c8a5a8 f8f68f47285a |
comparison
equal
deleted
inserted
replaced
2129:047245361002 | 2130:3ee59c43d784 |
---|---|
1175 break; | 1175 break; |
1176 | 1176 |
1177 case 32: | 1177 case 32: |
1178 { | 1178 { |
1179 /* !!! FIXME: need 32-bit converter here! */ | 1179 /* !!! FIXME: need 32-bit converter here! */ |
1180 #ifdef DEBUG_CONVERT | |
1180 fprintf(stderr, "FIXME: need 32-bit converter here!\n"); | 1181 fprintf(stderr, "FIXME: need 32-bit converter here!\n"); |
1182 #endif | |
1181 } | 1183 } |
1182 } | 1184 } |
1183 } else { | 1185 } else { |
1184 switch (SDL_AUDIO_BITSIZE(format)) { | 1186 switch (SDL_AUDIO_BITSIZE(format)) { |
1185 case 8: | 1187 case 8: |
1212 break; | 1214 break; |
1213 | 1215 |
1214 case 32: | 1216 case 32: |
1215 { | 1217 { |
1216 /* !!! FIXME: need 32-bit converter here! */ | 1218 /* !!! FIXME: need 32-bit converter here! */ |
1219 #ifdef DEBUG_CONVERT | |
1217 fprintf(stderr, "FIXME: need 32-bit converter here!\n"); | 1220 fprintf(stderr, "FIXME: need 32-bit converter here!\n"); |
1221 #endif | |
1218 } | 1222 } |
1219 } | 1223 } |
1220 } | 1224 } |
1221 | 1225 |
1222 cvt->len_cvt = clen; | 1226 cvt->len_cvt = clen; |