Mercurial > sdl-ios-xcode
comparison src/audio/dmedia/SDL_irixaudio.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 | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
3851:405a192b68e7 | 3852:5b5e549382b3 |
---|---|
139 } | 139 } |
140 } | 140 } |
141 | 141 |
142 static int AL_OpenAudio(_THIS, SDL_AudioSpec * spec) | 142 static int AL_OpenAudio(_THIS, SDL_AudioSpec * spec) |
143 { | 143 { |
144 SDL_AudioFormat test_format = SDL_FirstAudioFormat(spec->format); | 144 Uint16 test_format = SDL_FirstAudioFormat(spec->format); |
145 long width = 0; | 145 long width = 0; |
146 long fmt = 0; | 146 long fmt = 0; |
147 int valid = 0; | 147 int valid = 0; |
148 | 148 |
149 #ifdef OLD_IRIX_AUDIO | 149 #ifdef OLD_IRIX_AUDIO |