diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-03-11 09:32:05 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-11 09:32:05 +0000 |
| commit | c8480433bcca58622da42077bcd539dfae9e3800 (patch) | |
| tree | b4118ad3bf34274ba9ff237a61b803e08ac48996 /apps/plugins | |
| parent | 06bc627c993b742997473bd76c75795c4b165cae (diff) | |
| download | rockbox-c8480433bcca58622da42077bcd539dfae9e3800.zip rockbox-c8480433bcca58622da42077bcd539dfae9e3800.tar.gz rockbox-c8480433bcca58622da42077bcd539dfae9e3800.tar.bz2 rockbox-c8480433bcca58622da42077bcd539dfae9e3800.tar.xz | |
Do not build grayscale.rock by default. This is mainly a developer example plugin for the grayscale library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8996 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 75c88b3..ce6bb33 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -24,9 +24,6 @@ dice.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ #if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */ -#ifndef HAVE_LCD_COLOR -grayscale.c -#endif fire.c jpeg.c mandelbrot.c |