aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorFilippos Karapetis2009-12-30 10:09:48 +0000
committerFilippos Karapetis2009-12-30 10:09:48 +0000
commitbcc33871c117c0d1322ce8d90965782cec0157db (patch)
tree7185a4f81dd93ce34068a7044e79f62db4918516 /graphics/module.mk
parent69c71c7628c5792e7cc7b49760e640d2be778696 (diff)
downloadscummvm-rg350-bcc33871c117c0d1322ce8d90965782cec0157db.tar.gz
scummvm-rg350-bcc33871c117c0d1322ce8d90965782cec0157db.tar.bz2
scummvm-rg350-bcc33871c117c0d1322ce8d90965782cec0157db.zip
The wrapper for the VMD decoder is only used in the SCI engine for SCI32 games, so moved it inside the engine, instead of common code. Added support for VMD video playing from the "play_video" console command
svn-id: r46737
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index fa7ff256c4..97fff5a400 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -26,7 +26,6 @@ MODULE_OBJS := \
video/flic_decoder.o \
video/mpeg_player.o \
video/smk_decoder.o \
- video/vmd_decoder.o \
video/video_player.o \
video/codecs/msvideo1.o \
video/coktelvideo/indeo3.o \