diff options
author | Eugene Sandulenko | 2010-09-01 10:03:04 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-12 23:25:13 +0000 |
commit | 53ac47b95581d07e147d68c7de962da7bcbb6c6b (patch) | |
tree | 9630e21d5df9c0c0b5bdec40b038fc75a7ecc00d | |
parent | a5d895473cd6d5c95ed1d17c885ce45e46c2873f (diff) | |
download | scummvm-rg350-53ac47b95581d07e147d68c7de962da7bcbb6c6b.tar.gz scummvm-rg350-53ac47b95581d07e147d68c7de962da7bcbb6c6b.tar.bz2 scummvm-rg350-53ac47b95581d07e147d68c7de962da7bcbb6c6b.zip |
SWORD25: update makefile with latest changes.
svn-id: r53305
-rw-r--r-- | engines/sword25/module.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword25/module.mk b/engines/sword25/module.mk index 4576cf519a..0abeb5e01a 100644 --- a/engines/sword25/module.mk +++ b/engines/sword25/module.mk @@ -6,6 +6,7 @@ MODULE_OBJS := \ fmv/movieplayer.o \ fmv/movieplayer_script.o \ fmv/theora_decoder.o \ + fmv/yuvtorgba.o \ gfx/animation.o \ gfx/animationdescription.o \ gfx/animationresource.o \ |