From 5e8e77a81450c7399dbd62ec83805af990d925a4 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 11 Nov 2010 04:53:52 +0000 Subject: 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 --- graphics/module.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/module.mk') 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 += \ -- cgit v1.2.3