summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES11
1 files changed, 2 insertions, 9 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 968592d15a..23c22f9826 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -19,7 +19,6 @@ stats.c
19stopwatch.c 19stopwatch.c
20vbrfix.c 20vbrfix.c
21viewer.c 21viewer.c
22test_disk.c
23 22
24#ifdef OLYMPUS_MROBE_500 23#ifdef OLYMPUS_MROBE_500
25/* remove these once the plugins before it are compileable */ 24/* remove these once the plugins before it are compileable */
@@ -47,22 +46,17 @@ flipit.c
47#ifdef HAVE_LCD_BITMAP /* Not for the Player */ 46#ifdef HAVE_LCD_BITMAP /* Not for the Player */
48brickmania.c 47brickmania.c
49maze.c 48maze.c
50mazezam.c 49mazezam.c
51greyscale.c
52test_fps.c
53test_scanrate.c
54text_editor.c 50text_editor.c
55wavview.c 51wavview.c
56robotfindskitten.c 52robotfindskitten.c
57 53
58/* Plugins needing the grayscale lib on low-depth LCDs */ 54/* Plugins needing the grayscale lib on low-depth LCDs */
55#ifndef IAUDIO_M3 /* FIXME: no greyscale library yet */
59fire.c 56fire.c
60jpeg.c 57jpeg.c
61mandelbrot.c 58mandelbrot.c
62plasma.c 59plasma.c
63
64#if LCD_DEPTH < 4
65test_grey.c
66#endif 60#endif
67 61
68blackjack.c 62blackjack.c
@@ -124,7 +118,6 @@ nim.c
124 118
125#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 119#if CONFIG_CODEC == SWCODEC /* software codec platforms */
126mp3_encoder.c 120mp3_encoder.c
127test_codec.c
128wav2wv.c 121wav2wv.c
129#else /* hardware codec platforms */ 122#else /* hardware codec platforms */
130#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ 123#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */