comparison src/audio/SDL_audio.c @ 936:84f930aebaeb

CoreAudio driver works on Mac OSX 10.1
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Aug 2004 03:21:44 +0000
parents f8d5ddc7aef1
children 41a59de7f2ed
comparison
equal deleted inserted replaced
935:f8d5ddc7aef1 936:84f930aebaeb
75 &WAVEOUT_bootstrap, 75 &WAVEOUT_bootstrap,
76 #endif 76 #endif
77 #ifdef __BEOS__ 77 #ifdef __BEOS__
78 &BAUDIO_bootstrap, 78 &BAUDIO_bootstrap,
79 #endif 79 #endif
80 #ifdef COREAUDIO_SUPPORT 80 #ifdef MACOSX
81 &COREAUDIO_bootstrap, 81 &COREAUDIO_bootstrap,
82 #endif 82 #endif
83 #if defined(macintosh) || TARGET_API_MAC_CARBON 83 #if defined(macintosh) || TARGET_API_MAC_CARBON
84 &SNDMGR_bootstrap, 84 &SNDMGR_bootstrap,
85 #endif 85 #endif