Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 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 | 77d6336711fc |
children | 5db962a9a991 |
comparison
equal
deleted
inserted
replaced
3241:08c5964f2a34 | 3242:af4a5af3cd2b |
---|---|
101 #define HAVE_SETJMP 1 | 101 #define HAVE_SETJMP 1 |
102 #define HAVE_NANOSLEEP 1 | 102 #define HAVE_NANOSLEEP 1 |
103 | 103 |
104 /* Enable various audio drivers */ | 104 /* Enable various audio drivers */ |
105 #define SDL_AUDIO_DRIVER_COREAUDIO 1 | 105 #define SDL_AUDIO_DRIVER_COREAUDIO 1 |
106 #define SDL_AUDIO_DRIVER_SNDMGR 1 | |
107 #define SDL_AUDIO_DRIVER_DISK 1 | 106 #define SDL_AUDIO_DRIVER_DISK 1 |
108 #define SDL_AUDIO_DRIVER_DUMMY 1 | 107 #define SDL_AUDIO_DRIVER_DUMMY 1 |
109 | 108 |
110 /* Enable various cdrom drivers */ | 109 /* Enable various cdrom drivers */ |
111 #define SDL_CDROM_MACOSX 1 | 110 #define SDL_CDROM_MACOSX 1 |