1
0
Fork 0
forked from len0rd/rockbox

Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on all targets.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20864 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-05-07 01:23:13 +00:00
parent 580b1a5c4b
commit 5621fd393a
7 changed files with 79 additions and 20 deletions

View file

@ -55,10 +55,6 @@ text_editor.c
wavview.c
robotfindskitten.c
#if defined(HAVE_TAGCACHE)
pictureflow.c
#endif
#ifdef HAVE_LCD_COLOR
ppmviewer.c
#endif
@ -109,6 +105,7 @@ zxbox.c
/* overlay loader for Goban */
#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
goban.c
pictureflow.c
#endif
/* not support recorder models for now */