comparison 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
comparison
equal deleted inserted replaced
934:af585d6efec8 935:f8d5ddc7aef1
74 #ifdef ENABLE_WINDIB 74 #ifdef ENABLE_WINDIB
75 &WAVEOUT_bootstrap, 75 &WAVEOUT_bootstrap,
76 #endif 76 #endif
77 #ifdef __BEOS__ 77 #ifdef __BEOS__
78 &BAUDIO_bootstrap, 78 &BAUDIO_bootstrap,
79 #endif
80 #ifdef COREAUDIO_SUPPORT
81 &COREAUDIO_bootstrap,
79 #endif 82 #endif
80 #if defined(macintosh) || TARGET_API_MAC_CARBON 83 #if defined(macintosh) || TARGET_API_MAC_CARBON
81 &SNDMGR_bootstrap, 84 &SNDMGR_bootstrap,
82 #endif 85 #endif
83 #ifdef _AIX 86 #ifdef _AIX