aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/module.mk
diff options
context:
space:
mode:
authorFilippos Karapetis2009-02-15 13:29:48 +0000
committerFilippos Karapetis2009-02-15 13:29:48 +0000
commit781d7da6b1f0ff9ad7dd4b28b51ed1e3064d222b (patch)
tree91569e4d8abee185ba91875718afee94dc20a0f4 /engines/sword1/module.mk
parent47a1cd754586a8f61381db7ac7147987bbaa27dc (diff)
downloadscummvm-rg350-781d7da6b1f0ff9ad7dd4b28b51ed1e3064d222b.tar.gz
scummvm-rg350-781d7da6b1f0ff9ad7dd4b28b51ed1e3064d222b.tar.bz2
scummvm-rg350-781d7da6b1f0ff9ad7dd4b28b51ed1e3064d222b.zip
Applied my patch for the BS1/2 video player
- Support for the MPEG2 videos in BS1/2 has been dropped. The MPEG2 videos were lossy, and support for them complicated the code a lot. - Support for the non-existing enhanced MPEG cutscene packs for BS1 has been dropped. As a consequence, the credits player and the splitted audio stream players used for these packs has been removed - The original Smacker videos for both games are now supported, using our Smacker player (which is based off publically available specs and FFMPEG) - The animations now use the common video player code. Both the Smacker videos and our DXA video packs are supported svn-id: r38236
Diffstat (limited to 'engines/sword1/module.mk')
-rw-r--r--engines/sword1/module.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sword1/module.mk b/engines/sword1/module.mk
index f101be6cef..6e48069dd0 100644
--- a/engines/sword1/module.mk
+++ b/engines/sword1/module.mk
@@ -3,7 +3,6 @@ MODULE := engines/sword1
MODULE_OBJS := \
animation.o \
control.o \
- credits.o \
debug.o \
detection.o \
eventman.o \