Mercurial > sdl-ios-xcode
changeset 4547:963f939494a1 SDL-1.2
RedHat patch: SDL-1.2.14-audiodriver.patch
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Jul 2010 11:12:27 -0700 |
parents | 6f0706a60146 |
children | a5865d4b6495 |
files | src/audio/SDL_audio.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Sun Jul 18 11:11:37 2010 -0700 +++ b/src/audio/SDL_audio.c Sun Jul 18 11:12:27 2010 -0700 @@ -36,15 +36,15 @@ /* Available audio drivers */ static AudioBootStrap *bootstrap[] = { -#if SDL_AUDIO_DRIVER_BSD - &BSD_AUDIO_bootstrap, -#endif #if SDL_AUDIO_DRIVER_PULSE &PULSE_bootstrap, #endif #if SDL_AUDIO_DRIVER_ALSA &ALSA_bootstrap, #endif +#if SDL_AUDIO_DRIVER_BSD + &BSD_AUDIO_bootstrap, +#endif #if SDL_AUDIO_DRIVER_OSS &DSP_bootstrap, &DMA_bootstrap,