diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 19:57:23 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 19:57:23 +0000 |
| commit | 1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323 (patch) | |
| tree | a3862957ba38ea22bfd01504c0389d23cb4b09a9 /apps/plugins/SUBDIRS | |
| parent | 386f77b0521433f55811f5735aa7a7df5c422760 (diff) | |
| download | rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.zip rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.tar.gz rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.tar.bz2 rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.tar.xz | |
Revert accidental tree commit. /me needs a smaller enter key...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index b0bffc7..9bda7c2 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -34,7 +34,7 @@ pacbox /* For all the color targets */ #if defined(HAVE_LCD_COLOR) || \ - (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) + (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) && !defined(IAUDIO_M3) doom #endif @@ -42,7 +42,9 @@ doom #if CONFIG_CODEC == SWCODEC midi /* beatbox */ +#ifndef IAUDIO_M3 /* TODO: no greyscale lib yet */ mpegplayer #endif +#endif #endif /* IRIVER_IFP7XX_SERIES */ |