From a86cb87b98f0ec904dcc8e46b5b2c4b3d2f81aca Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 2 Feb 2011 15:43:45 +0000 Subject: GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 engine libpng is still needed for PNG encoding (for thumbnails in saved games of sword25), but since we'll probably drop support for the original saved games anyway, the PNG encoding code will ultimately be removed svn-id: r55723 --- graphics/module.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/module.mk') diff --git a/graphics/module.mk b/graphics/module.mk index 827d2886f7..c962f0617d 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -15,6 +15,7 @@ MODULE_OBJS := \ imagedec.o \ jpeg.o \ pict.o \ + png.o \ primitives.o \ scaler.o \ scaler/thumbnail_intern.o \ -- cgit v1.2.3