- 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:
parent
69b829a935
commit
18d36edbf0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user