summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-03-11 09:32:05 +0000
committerJens Arnold <amiconn@rockbox.org>2006-03-11 09:32:05 +0000
commitc8480433bcca58622da42077bcd539dfae9e3800 (patch)
treeb4118ad3bf34274ba9ff237a61b803e08ac48996
parent06bc627c993b742997473bd76c75795c4b165cae (diff)
downloadrockbox-c8480433bcca58622da42077bcd539dfae9e3800.tar.gz
rockbox-c8480433bcca58622da42077bcd539dfae9e3800.zip
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
-rw-r--r--apps/plugins/SOURCES3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 75c88b3b70..ce6bb33081 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -24,9 +24,6 @@ dice.c
24#ifdef HAVE_LCD_BITMAP /* Not for the Player */ 24#ifdef HAVE_LCD_BITMAP /* Not for the Player */
25 25
26#if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */ 26#if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */
27#ifndef HAVE_LCD_COLOR
28grayscale.c
29#endif
30fire.c 27fire.c
31jpeg.c 28jpeg.c
32mandelbrot.c 29mandelbrot.c