comparison src/audio/macosx/SDL_coreaudio.c @ 3242:af4a5af3cd2b

Bye bye SoundManager, you are officially obsolete...
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Sep 2009 09:03:35 +0000
parents 2929ed239d2a
children 023aa9699baa
comparison
equal deleted inserted replaced
3241:08c5964f2a34 3242:af4a5af3cd2b
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include <CoreAudio/CoreAudio.h> 24 #include <CoreAudio/CoreAudio.h>
25 #include <CoreServices/CoreServices.h>
25 #include <AudioUnit/AudioUnit.h> 26 #include <AudioUnit/AudioUnit.h>
26 #ifdef AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER 27 #if MAC_OS_X_VERSION_MAX_ALLOWED == 1050
27 #include <AudioUnit/AUNTComponent.h> 28 #include <AudioUnit/AUNTComponent.h>
28 #endif 29 #endif
29 30
30 #include "SDL_audio.h" 31 #include "SDL_audio.h"
31 #include "../SDL_audio_c.h" 32 #include "../SDL_audio_c.h"