Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 935:f8d5ddc7aef1
Audio improvements from Max Horn, including a new CoreAudio driver for MacOSX
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Aug 2004 02:06:30 +0000 |
parents | 0defd90ef27c |
children | 84f930aebaeb |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Fri Aug 20 22:35:23 2004 +0000 +++ b/src/audio/SDL_audio.c Sat Aug 21 02:06:30 2004 +0000 @@ -77,6 +77,9 @@ #ifdef __BEOS__ &BAUDIO_bootstrap, #endif +#ifdef COREAUDIO_SUPPORT + &COREAUDIO_bootstrap, +#endif #if defined(macintosh) || TARGET_API_MAC_CARBON &SNDMGR_bootstrap, #endif