Add (modified) version of patch 1490638: Coremidi support by Peter McCombs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3062
This commit is contained in:
parent
ecb56a96ac
commit
a1b4e1c778
3 changed files with 107 additions and 1 deletions
|
@ -404,7 +404,7 @@ case "$target" in
|
|||
dnl to do more to distinguish them.
|
||||
dnl For now I am lazy and do not add proper detection code.
|
||||
AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
|
||||
LIBS="$LIBS -framework AudioUnit"
|
||||
LIBS="$LIBS -framework CoreMidi -framework AudioUnit"
|
||||
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
|
||||
;;
|
||||
*-*-linux*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue