Skip to content

Commit

Permalink
Disable Sound Manager support on Mac OS X.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
icculus committed Sep 12, 2009
1 parent cf4fdf2 commit e60af78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.in
Expand Up @@ -2626,8 +2626,6 @@ case "$host" in
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
Expand Down

0 comments on commit e60af78

Please sign in to comment.