diff options
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 11 |
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 | |||
19 | stopwatch.c | 19 | stopwatch.c |
20 | vbrfix.c | 20 | vbrfix.c |
21 | viewer.c | 21 | viewer.c |
22 | test_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 */ |
48 | brickmania.c | 47 | brickmania.c |
49 | maze.c | 48 | maze.c |
50 | mazezam.c | 49 | mazezam.c |
51 | greyscale.c | ||
52 | test_fps.c | ||
53 | test_scanrate.c | ||
54 | text_editor.c | 50 | text_editor.c |
55 | wavview.c | 51 | wavview.c |
56 | robotfindskitten.c | 52 | robotfindskitten.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 */ | ||
59 | fire.c | 56 | fire.c |
60 | jpeg.c | 57 | jpeg.c |
61 | mandelbrot.c | 58 | mandelbrot.c |
62 | plasma.c | 59 | plasma.c |
63 | |||
64 | #if LCD_DEPTH < 4 | ||
65 | test_grey.c | ||
66 | #endif | 60 | #endif |
67 | 61 | ||
68 | blackjack.c | 62 | blackjack.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 */ |
126 | mp3_encoder.c | 120 | mp3_encoder.c |
127 | test_codec.c | ||
128 | wav2wv.c | 121 | wav2wv.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 */ |