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, 10 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 4f782dc455..7b7edbf5c2 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -21,6 +21,7 @@ stats.c
21stopwatch.c 21stopwatch.c
22vbrfix.c 22vbrfix.c
23viewer.c 23viewer.c
24test_disk.c
24 25
25#ifdef OLYMPUS_MROBE_500 26#ifdef OLYMPUS_MROBE_500
26/* remove these once the plugins before it are compileable */ 27/* remove these once the plugins before it are compileable */
@@ -48,7 +49,10 @@ flipit.c
48#ifdef HAVE_LCD_BITMAP /* Not for the Player */ 49#ifdef HAVE_LCD_BITMAP /* Not for the Player */
49brickmania.c 50brickmania.c
50maze.c 51maze.c
51mazezam.c 52mazezam.c
53greyscale.c
54test_fps.c
55test_scanrate.c
52text_editor.c 56text_editor.c
53wavview.c 57wavview.c
54robotfindskitten.c 58robotfindskitten.c
@@ -59,6 +63,10 @@ jpeg.c
59mandelbrot.c 63mandelbrot.c
60plasma.c 64plasma.c
61 65
66#if LCD_DEPTH < 4
67test_grey.c
68#endif
69
62blackjack.c 70blackjack.c
63bounce.c 71bounce.c
64bubbles.c 72bubbles.c
@@ -118,6 +126,7 @@ nim.c
118 126
119#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 127#if CONFIG_CODEC == SWCODEC /* software codec platforms */
120mp3_encoder.c 128mp3_encoder.c
129test_codec.c
121wav2wv.c 130wav2wv.c
122#else /* hardware codec platforms */ 131#else /* hardware codec platforms */
123#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ 132#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */