aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2010-11-11 04:53:52 +0000
committerMatthew Hoops2010-11-11 04:53:52 +0000
commit5e8e77a81450c7399dbd62ec83805af990d925a4 (patch)
tree4dc119fa05ac61b854107304de930ae4c9aaa787 /graphics/module.mk
parent3b66e53bbed7365607bb3804b990984646ad2376 (diff)
downloadscummvm-rg350-5e8e77a81450c7399dbd62ec83805af990d925a4.tar.gz
scummvm-rg350-5e8e77a81450c7399dbd62ec83805af990d925a4.tar.bz2
scummvm-rg350-5e8e77a81450c7399dbd62ec83805af990d925a4.zip
VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2
Based on the FFmpeg decoder. Only the 16bpp version has been implemented (and all that should be needed). The videos I have tried work fine with the codec. The audio does not yet play in these videos, but I hope to work on DK3 IMA ADPCM soon. svn-id: r54194
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index 4c8dbf3fde..b6e9a4095b 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -38,7 +38,8 @@ MODULE_OBJS := \
video/codecs/qdm2.o \
video/codecs/qtrle.o \
video/codecs/rpza.o \
- video/codecs/smc.o
+ video/codecs/smc.o \
+ video/codecs/truemotion1.o
ifdef USE_SCALERS
MODULE_OBJS += \