1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2006-03-11 09:32:05 +00:00
parent 06bc627c99
commit c8480433bc

View file

@ -24,9 +24,6 @@ dice.c
#ifdef HAVE_LCD_BITMAP /* Not for the Player */ #ifdef HAVE_LCD_BITMAP /* Not for the Player */
#if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */ #if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */
#ifndef HAVE_LCD_COLOR
grayscale.c
#endif
fire.c fire.c
jpeg.c jpeg.c
mandelbrot.c mandelbrot.c