# HG changeset patch # User Ryan C. Gordon # Date 1252759825 0 # Node ID ed5913896653576fa2c544443a535e374a471ce0 # Parent 39e748f251c67f83b72c5cda1f5f664f9a862af9 Disable Sound Manager support on Mac OS X. It's an OS 9 API that was exposed via Carbon, but is gone in the 10.6 SDK. OS X uses CoreAudio. We only had it in here for debugging purposes anyhow, as SDL would never use it unless forced to with an environment variable. It remains in SDL for OS 9, of course. diff -r 39e748f251c6 -r ed5913896653 configure.in --- a/configure.in Sat Sep 12 06:25:36 2009 +0000 +++ b/configure.in Sat Sep 12 12:50:25 2009 +0000 @@ -2626,8 +2626,6 @@ if test x$enable_audio = xyes; then AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO) SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c" - AC_DEFINE(SDL_AUDIO_DRIVER_SNDMGR) - SOURCES="$SOURCES $srcdir/src/audio/macrom/*.c" have_audio=yes fi # Set up files for the joystick library