Mercurial > sdl-ios-xcode
comparison configure.in @ 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 | 26ce0b98f2fb |
children | 5db962a9a991 |
comparison
equal
deleted
inserted
replaced
3241:08c5964f2a34 | 3242:af4a5af3cd2b |
---|---|
2881 | 2881 |
2882 # Set up files for the audio library | 2882 # Set up files for the audio library |
2883 if test x$enable_audio = xyes; then | 2883 if test x$enable_audio = xyes; then |
2884 AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO) | 2884 AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO) |
2885 SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c" | 2885 SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c" |
2886 AC_DEFINE(SDL_AUDIO_DRIVER_SNDMGR) | |
2887 SOURCES="$SOURCES $srcdir/src/audio/macrom/*.c" | |
2888 have_audio=yes | 2886 have_audio=yes |
2889 fi | 2887 fi |
2890 # Set up files for the atomic operations library | 2888 # Set up files for the atomic operations library |
2891 if test x$enable_atomic = xyes; then | 2889 if test x$enable_atomic = xyes; then |
2892 AC_DEFINE(SDL_ATOMIC_MACOSX) | 2890 AC_DEFINE(SDL_ATOMIC_MACOSX) |