diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-07-27 20:36:45 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-07-27 20:36:45 +0000 |
| commit | 2d337dab7f6d32f8a0ddd035dd904b3f51909afb (patch) | |
| tree | 333fa2ce3137b6967c3005cd745b326d2a071d7c /apps/plugins/SUBDIRS | |
| parent | b2c4a9a0a95a62fa4ef9c5800f9e5ab014932a4d (diff) | |
| download | rockbox-2d337dab7f6d32f8a0ddd035dd904b3f51909afb.zip rockbox-2d337dab7f6d32f8a0ddd035dd904b3f51909afb.tar.gz rockbox-2d337dab7f6d32f8a0ddd035dd904b3f51909afb.tar.bz2 rockbox-2d337dab7f6d32f8a0ddd035dd904b3f51909afb.tar.xz | |
FS#9221 by Christopher Williams fixing a couple of bugs in keybox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18138 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 94614e2..5ecb22e 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -33,14 +33,14 @@ pacbox /* For all the color targets */ #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) -doom +//doom #endif /* For all the swcodec targets */ #if CONFIG_CODEC == SWCODEC midi /* beatbox */ -mpegplayer +//mpegplayer #endif #endif /* IRIVER_IFP7XX_SERIES */ |