1
0
Fork 0
forked from len0rd/rockbox

jpeg,png: some minor changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-02-12 14:41:52 +00:00
parent 7a81914786
commit 5b27fe9d95
4 changed files with 143 additions and 162 deletions

View file

@ -361,6 +361,9 @@
#if !defined(SIMULATOR) && defined(HAVE_DISK_STORAGE)
#define DISK_SPINDOWN
#endif
#if PLUGIN_BUFFER_SIZE >= MIN_MEM
#define USE_PLUG_BUF
#endif
/* Settings. jpeg needs these */
struct imgview_settings
@ -390,7 +393,7 @@ extern bool running_slideshow;
#ifdef DISK_SPINDOWN
extern bool immediate_ata_off;
#endif
#if PLUGIN_BUFFER_SIZE >= MIN_MEM
#ifdef USE_PLUG_BUF
extern bool plug_buf;
#endif