mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
image viewer: png: do not show custom error message when there is not enough memory. get rid of use of iv->plug_buf.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29091 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
622be891b3
commit
262e6db70e
3 changed files with 16 additions and 26 deletions
|
|
@ -18,7 +18,7 @@ OTHER_SRC += $(PNG_SRC)
|
|||
ROCKS += $(PNGBUILDDIR)/png.ovl
|
||||
|
||||
$(PNGBUILDDIR)/png.refmap: $(PNG_OBJ)
|
||||
$(PNGBUILDDIR)/png.link: $(PNG_OBJ) $(PNGBUILDDIR)/png.refmap
|
||||
$(PNGBUILDDIR)/png.link: $(PLUGIN_LDS) $(PNGBUILDDIR)/png.refmap
|
||||
$(PNGBUILDDIR)/png.ovl: $(PNG_OBJ)
|
||||
|
||||
# Use -O3 for png plugin : it gives a bigger file but very good performances
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue