aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorWalter van Niftrik2010-01-14 01:44:11 +0000
committerWalter van Niftrik2010-01-14 01:44:11 +0000
commit373700f00a391bcb38a4f54400330defac19be79 (patch)
treef758673e8c6ae935ef08c3b197adbd2dd47eb650 /engines/sci/module.mk
parent8559f0c3eb6af52c4bd97637f8bec17fe025c909 (diff)
downloadscummvm-rg350-373700f00a391bcb38a4f54400330defac19be79.tar.gz
scummvm-rg350-373700f00a391bcb38a4f54400330defac19be79.tar.bz2
scummvm-rg350-373700f00a391bcb38a4f54400330defac19be79.zip
SCI: Add MIDI support. Currently only the later MT-32/GM patch type works.
Support for the earlier MT-32 patch format will be added in the near future. svn-id: r47297
Diffstat (limited to 'engines/sci/module.mk')
-rw-r--r--engines/sci/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index a3c6da6c08..eed4b3fa5c 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -64,6 +64,7 @@ MODULE_OBJS := \
sound/softseq/adlib.o \
sound/softseq/amiga.o \
sound/softseq/pcjr.o \
+ sound/softseq/midi.o \
video/seq_decoder.o \
video/vmd_decoder.o