summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/png/png.make
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-10-31 12:40:49 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-10-31 12:40:49 +0000
commite26d0c62e07d1b1c1087a065242ed7ab1a2c522f (patch)
treeb1e27ee113a94784233ca7aaf5b9d670f303b332 /apps/plugins/imageviewer/png/png.make
parentc8901b3506ffb2f18798b005552c61b92b9d6a6c (diff)
downloadrockbox-e26d0c62e07d1b1c1087a065242ed7ab1a2c522f.tar.gz
rockbox-e26d0c62e07d1b1c1087a065242ed7ab1a2c522f.zip
Fix and extend imageviewer png support. FS#11641 by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28413 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/imageviewer/png/png.make')
-rw-r--r--apps/plugins/imageviewer/png/png.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/png/png.make b/apps/plugins/imageviewer/png/png.make
index b2000faecf..0a7106d2a9 100644
--- a/apps/plugins/imageviewer/png/png.make
+++ b/apps/plugins/imageviewer/png/png.make
@@ -19,7 +19,7 @@ PNG_OBJ := $(call c2obj, $(PNG_SRC))
19OTHER_SRC += $(PNG_SRC) 19OTHER_SRC += $(PNG_SRC)
20 20
21# Use -O3 for png plugin : it gives a bigger file but very good performances 21# Use -O3 for png plugin : it gives a bigger file but very good performances
22PNGFLAGS = $(PLUGINFLAGS) -O3 -DNO_GZCOMPRESS -DNO_GZIP 22PNGFLAGS = $(PLUGINFLAGS) -Os
23 23
24$(PNGBUILDDIR)/png.rock: $(PNG_OBJ) 24$(PNGBUILDDIR)/png.rock: $(PNG_OBJ)
25 25