Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 654:e92bcf2573cb
Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 14:01:21 +0000 |
parents | 594422ab8f9f |
children | 8bedd6d61642 |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Tue Jul 22 05:29:48 2003 +0000 +++ b/src/audio/SDL_audio.c Tue Jul 22 14:01:21 2003 +0000 @@ -83,6 +83,9 @@ #ifdef ENABLE_AHI &AHI_bootstrap, #endif +#ifdef MMEAUDIO_SUPPORT + &MMEAUDIO_bootstrap, +#endif #ifdef MINTAUDIO_SUPPORT &MINTAUDIO_GSXB_bootstrap, &MINTAUDIO_MCSN_bootstrap,