diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-03-26 01:32:31 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-03-26 01:32:31 +0000 |
| commit | a56757137c9b8e11e5380270a1ebbbd29ad0b0d0 (patch) | |
| tree | e2113fd56fd537d95e96a972925a8c05fc40dfe6 /apps/plugins/SUBDIRS | |
| parent | 8f04faef91e759aa97d85f403ba236278a25d9f6 (diff) | |
| download | rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.zip rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.tar.gz rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.tar.bz2 rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.tar.xz | |
mpegplayer for grayscale targets. Note that performance is slow...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12913 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 4a2a819..70cffe7 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -31,10 +31,9 @@ pacbox doom #endif -/* For all the colour targets */ -#if defined(HAVE_LCD_COLOR) +/* For all the swcodec targets */ +#if CONFIG_CODEC == SWCODEC mpegplayer #endif - #endif /* IRIVER_IFP7XX_SERIES */ |