comparison src/audio/amigaos/SDL_ahiaudio.c @ 3852:5b5e549382b3 SDL-1.2

Removed some new 1.3 symbols from code backported to 1.2.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 03 Sep 2006 21:34:11 +0000
parents 405a192b68e7
children
comparison
equal deleted inserted replaced
3851:405a192b68e7 3852:5b5e549382b3
218 D(bug("...done!\n")); 218 D(bug("...done!\n"));
219 } 219 }
220 220
221 static int AHI_OpenAudio(_THIS, SDL_AudioSpec *spec) 221 static int AHI_OpenAudio(_THIS, SDL_AudioSpec *spec)
222 { 222 {
223 SDL_AudioFormat test_format = SDL_FirstAudioFormat(spec->format); 223 Uint16 test_format = SDL_FirstAudioFormat(spec->format);
224 int valid_datatype = 1; 224 int valid_datatype = 1;
225 225
226 D(bug("AHI opening...\n")); 226 D(bug("AHI opening...\n"));
227 227
228 /* Determine the audio parameters from the AudioSpec */ 228 /* Determine the audio parameters from the AudioSpec */