diff options
author | Johannes Schickel | 2013-01-06 11:20:52 -0800 |
---|---|---|
committer | Johannes Schickel | 2013-01-06 11:20:52 -0800 |
commit | 988596b347c7508b83f30e336add33047b49dd5f (patch) | |
tree | 604678b7d9476dc1755f5ef5ff4668b7aefd3a69 /graphics/module.mk | |
parent | 3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3 (diff) | |
parent | befa207bfa3709c7292252654a5bb9384d950a02 (diff) | |
download | scummvm-rg350-988596b347c7508b83f30e336add33047b49dd5f.tar.gz scummvm-rg350-988596b347c7508b83f30e336add33047b49dd5f.tar.bz2 scummvm-rg350-988596b347c7508b83f30e336add33047b49dd5f.zip |
Merge pull request #299 from tomaz82/IFFDecoder
New IFFDecoder
Diffstat (limited to 'graphics/module.mk')
-rw-r--r-- | graphics/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/module.mk b/graphics/module.mk index f560d9dc97..8b63435905 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -11,7 +11,6 @@ MODULE_OBJS := \ fonts/newfont.o \ fonts/ttf.o \ fonts/winfont.o \ - iff.o \ maccursor.o \ primitives.o \ scaler.o \ @@ -24,6 +23,7 @@ MODULE_OBJS := \ wincursor.o \ yuv_to_rgb.o \ decoders/bmp.o \ + decoders/iff.o \ decoders/jpeg.o \ decoders/pcx.o \ decoders/pict.o \ |