aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorSven Hesse2010-08-08 01:09:20 +0000
committerSven Hesse2010-08-08 01:09:20 +0000
commitf5d1482c64d1969bf77f5107a792bff84dc7e903 (patch)
treee43bd779ae030bc49035f9f5cfe205e65f5409e6 /engines/sci/module.mk
parent96e079a9f78d20344ff5699182194a5b35691e5e (diff)
downloadscummvm-rg350-f5d1482c64d1969bf77f5107a792bff84dc7e903.tar.gz
scummvm-rg350-f5d1482c64d1969bf77f5107a792bff84dc7e903.tar.bz2
scummvm-rg350-f5d1482c64d1969bf77f5107a792bff84dc7e903.zip
SCI: Remove the now useless Sci::VMDDecoder wrapper
svn-id: r51923
Diffstat (limited to 'engines/sci/module.mk')
-rw-r--r--engines/sci/module.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 7107b722f9..238209c446 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -77,8 +77,7 @@ ifdef ENABLE_SCI32
MODULE_OBJS += \
graphics/frameout.o \
graphics/paint32.o \
- graphics/robot.o \
- video/vmd_decoder.o
+ graphics/robot.o
endif
# This module can be built as a plugin