Mercurial > sdl-ios-xcode
comparison src/audio/macosx/SDL_coreaudio.c @ 4925:514f811a4887
Removed support for 10.3.9
Fixed building on Mac OS X 10.5
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 01 Dec 2010 12:23:16 -0800 |
parents | 4160ba33b597 |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
4924:455c0dad84df | 4925:514f811a4887 |
---|---|
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 <CoreServices/CoreServices.h> |
26 #include <AudioUnit/AudioUnit.h> | 26 #include <AudioUnit/AudioUnit.h> |
27 #if MAC_OS_X_VERSION_MAX_ALLOWED <= 1050 | 27 #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5 |
28 #include <AudioUnit/AUNTComponent.h> | 28 #include <AudioUnit/AUNTComponent.h> |
29 #endif | 29 #endif |
30 | 30 |
31 #include "SDL_audio.h" | 31 #include "SDL_audio.h" |
32 #include "../SDL_audio_c.h" | 32 #include "../SDL_audio_c.h" |