- temporary fix for the "*-apple-darwin*" case to use the MacOSX sound module

(some more changes to use latest version of the sound interface may be required)
This commit is contained in:
Volker Ruppert 2011-04-12 16:17:22 +00:00
parent 69b829a935
commit 18d36edbf0

View File

@ -1658,7 +1658,7 @@ if test "$soundcard_present" = 1; then
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -lwinmm"
AC_MSG_RESULT(win)
;;
*-macosx* | *-macos*)
*-macosx* | *-macos* | *-apple-darwin*)
SOUNDLOW_OBJS='soundosx.o'
AC_DEFINE(BX_SOUND_LOWLEVEL_C, bx_sound_osx_c)
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -framework AudioUnit -framework AudioToolbox"