(svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files

this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_)
This commit is contained in:
bjarni
2005-10-06 17:57:18 +00:00
parent 9666e753fb
commit 37af5bc475
4 changed files with 399 additions and 0 deletions

View File

@@ -711,6 +711,7 @@ endif
ifdef OSX
OBJC_SOURCES += os/macosx/macos.m
C_SOURCES += music/qtmidi.c
endif
OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o) $(OBJC_SOURCES:%.m=%.o)