diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2011-01-09 13:22:54 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2011-01-09 13:22:54 +0000 |
| commit | 6e3da841be4f0c7eda5d0daec19fc4919bd56d9f (patch) | |
| tree | 05c2b3628720bcf2fd6f181b25771a874628cb38 /apps/plugins/imageviewer/SUBDIRS | |
| parent | 6d05e27d68ff6a65580e771bccb20e6139ef5d68 (diff) | |
| download | rockbox-6e3da841be4f0c7eda5d0daec19fc4919bd56d9f.zip rockbox-6e3da841be4f0c7eda5d0daec19fc4919bd56d9f.tar.gz rockbox-6e3da841be4f0c7eda5d0daec19fc4919bd56d9f.tar.bz2 rockbox-6e3da841be4f0c7eda5d0daec19fc4919bd56d9f.tar.xz | |
Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29012 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/imageviewer/SUBDIRS')
| -rw-r--r-- | apps/plugins/imageviewer/SUBDIRS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/imageviewer/SUBDIRS b/apps/plugins/imageviewer/SUBDIRS index 9d8da7d..0f8d953 100644 --- a/apps/plugins/imageviewer/SUBDIRS +++ b/apps/plugins/imageviewer/SUBDIRS @@ -1,3 +1,6 @@ bmp jpeg png +#ifdef HAVE_LCD_COLOR +ppm +#endif |