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/SOURCES | |
parent | 902a1b5fae62cbd7ec4733584c832a78ee6dafb2 (diff) |
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/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 33ebec31bd..ebe4aa8b03 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -20,6 +20,11 @@ stopwatch.c vbrfix.c viewer.c +#ifdef OLYMPUS_MROBE_500 +/* remove these once the plugins before it are compileable */ +jpeg.c +#endif + #ifndef OLYMPUS_MROBE_500 #if CONFIG_CODEC == SWCODEC |