1
0
Fork 0

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:
Peter Veenstra 2007-12-12 19:18:39 +00:00
parent ecb56a96ac
commit a1b4e1c778
3 changed files with 107 additions and 1 deletions

View file

@ -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*)