Mercurial > sdl-ios-xcode
diff src/audio/SDL_sysaudio.h @ 37:3ad7157c6cfa
Added native OpenBSD audio driver (thanks vedge!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 26 May 2001 16:58:37 +0000 |
parents | d3bc792e136d |
children | ac6645260d31 |
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h Wed May 23 23:35:10 2001 +0000 +++ b/src/audio/SDL_sysaudio.h Sat May 26 16:58:37 2001 +0000 @@ -106,6 +106,9 @@ #ifdef ALSA_SUPPORT extern AudioBootStrap ALSA_bootstrap; #endif +#ifdef __OpenBSD__ +extern AudioBootStrap OBSD_bootstrap; +#endif #if (defined(unix) && !defined(__CYGWIN32__)) && \ !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) extern AudioBootStrap AUDIO_bootstrap;