diff options
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b6603a44c0..fbfb38047d 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES | |||
@@ -19,6 +19,7 @@ stats.c | |||
19 | stopwatch.c | 19 | stopwatch.c |
20 | vbrfix.c | 20 | vbrfix.c |
21 | viewer.c | 21 | viewer.c |
22 | test_disk.c | ||
22 | 23 | ||
23 | #ifdef OLYMPUS_MROBE_500 | 24 | #ifdef OLYMPUS_MROBE_500 |
24 | /* remove these once the plugins before it are compileable */ | 25 | /* remove these once the plugins before it are compileable */ |
@@ -47,6 +48,9 @@ flipit.c | |||
47 | brickmania.c | 48 | brickmania.c |
48 | maze.c | 49 | maze.c |
49 | mazezam.c | 50 | mazezam.c |
51 | greyscale.c | ||
52 | test_fps.c | ||
53 | test_scanrate.c | ||
50 | text_editor.c | 54 | text_editor.c |
51 | wavview.c | 55 | wavview.c |
52 | robotfindskitten.c | 56 | robotfindskitten.c |
@@ -57,6 +61,10 @@ jpeg.c | |||
57 | mandelbrot.c | 61 | mandelbrot.c |
58 | plasma.c | 62 | plasma.c |
59 | 63 | ||
64 | #if LCD_DEPTH < 4 | ||
65 | test_grey.c | ||
66 | #endif | ||
67 | |||
60 | blackjack.c | 68 | blackjack.c |
61 | bounce.c | 69 | bounce.c |
62 | bubbles.c | 70 | bubbles.c |
@@ -116,6 +124,7 @@ nim.c | |||
116 | 124 | ||
117 | #if CONFIG_CODEC == SWCODEC /* software codec platforms */ | 125 | #if CONFIG_CODEC == SWCODEC /* software codec platforms */ |
118 | mp3_encoder.c | 126 | mp3_encoder.c |
127 | test_codec.c | ||
119 | wav2wv.c | 128 | wav2wv.c |
120 | #else /* hardware codec platforms */ | 129 | #else /* hardware codec platforms */ |
121 | #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ | 130 | #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ |