aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2009-10-16 18:05:56 +0000
committerMatthew Hoops2009-10-16 18:05:56 +0000
commitb43e99566ebad682d28e32fedae9606048284844 (patch)
tree116e99bd349f99227e0e9e1bcae602cf7f4705f5 /graphics/module.mk
parentc957d75fd0e32f4a519d37e254c4a11378150064 (diff)
downloadscummvm-rg350-b43e99566ebad682d28e32fedae9606048284844.tar.gz
scummvm-rg350-b43e99566ebad682d28e32fedae9606048284844.tar.bz2
scummvm-rg350-b43e99566ebad682d28e32fedae9606048284844.zip
Converting AVIPlayer into a class that inherits from VideoDecoder and adapt SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5)
svn-id: r45170
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index d8eece0440..31156ab1ff 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -21,13 +21,13 @@ MODULE_OBJS := \
thumbnail.o \
VectorRenderer.o \
VectorRendererSpec.o \
- video/avi_player.o \
+ video/avi_decoder.o \
video/dxa_decoder.o \
video/flic_decoder.o \
video/mpeg_player.o \
- video/msvideo1.o \
video/smk_decoder.o \
video/video_player.o \
+ video/codecs/msvideo1.o \
video/coktelvideo/indeo3.o \
video/coktelvideo/coktelvideo.o