Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)

svn-id: r20878
This commit is contained in:
Max Horn 2006-02-25 14:45:31 +00:00
parent 48fb7ea979
commit a161b09728
3 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ MODULE_OBJS := \
midi/coreaudio.o \
midi/coremidi.o \
midi/morphos.o \
midi/null.o \
midi/quicktime.o \
midi/seq.o \
midi/windows.o

View File

@ -13,6 +13,7 @@ MODULE_OBJS := \
mixer.o \
mp3.o \
mpu401.o \
null.o \
rate.o \
voc.o \
vorbis.o \