Commit 2e36ae98 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403792
parent 0e083b2a
...@@ -2626,8 +2626,6 @@ case "$host" in ...@@ -2626,8 +2626,6 @@ case "$host" in
if test x$enable_audio = xyes; then if test x$enable_audio = xyes; then
AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO) AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO)
SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c" SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c"
AC_DEFINE(SDL_AUDIO_DRIVER_SNDMGR)
SOURCES="$SOURCES $srcdir/src/audio/macrom/*.c"
have_audio=yes have_audio=yes
fi fi
# Set up files for the joystick library # Set up files for the joystick library
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment