Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 94:ae6e6b73333f
Cleaned up the OpenBSD port, thanks to Peter Valchev
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 08 Jul 2001 09:00:06 +0000 |
parents | ac6645260d31 |
children | 43febd46d49d |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Sat Jul 07 23:27:29 2001 +0000 +++ b/src/audio/SDL_audio.c Sun Jul 08 09:00:06 2001 +0000 @@ -40,6 +40,9 @@ /* Available audio drivers */ static AudioBootStrap *bootstrap[] = { +#ifdef OBSD_SUPPORT + &OBSD_bootstrap, +#endif #ifdef OSS_SUPPORT &DSP_bootstrap, &DMA_bootstrap, @@ -47,9 +50,6 @@ #ifdef ALSA_SUPPORT &ALSA_bootstrap, #endif -#ifdef __OpenBSD__ - &OBSD_bootstrap, -#endif #if (defined(unix) && !defined(__CYGWIN32__)) && \ !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) &AUDIO_bootstrap,