diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-25 07:44:56 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-25 07:44:56 +0000 |
| commit | a256878e773000c2ac6e070b3ce115a0363ebea7 (patch) | |
| tree | b149ce74ae37ba8c434047a362b300d3a862518c /apps/plugins/SUBDIRS | |
| parent | 902a1b5fae62cbd7ec4733584c832a78ee6dafb2 (diff) | |
| download | rockbox-a256878e773000c2ac6e070b3ce115a0363ebea7.zip rockbox-a256878e773000c2ac6e070b3ce115a0363ebea7.tar.gz rockbox-a256878e773000c2ac6e070b3ce115a0363ebea7.tar.bz2 rockbox-a256878e773000c2ac6e070b3ce115a0363ebea7.tar.xz | |
enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usable though, mpegplayer data aborts)
fix the config which should have been done a few commits ago
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15296 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 97731a1..0b963b0 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -37,7 +37,8 @@ pacbox (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) doom #endif - +#endif /* mrobe 500 */ +#if !defined(IRIVER_IFP7XX_SERIES) /* For all the swcodec targets */ #if CONFIG_CODEC == SWCODEC midi |