summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-08 23:34:43 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-08 23:34:43 +0000
commitd1ed7c37b130500cc3c5b5ed4390192f623abd5d (patch)
treef1e7a9190be5c9764ad1c28b1c4318fb8201fc86 /apps/plugins
parent75c7ac80e8540be0f581c3ad4d92b748f9649618 (diff)
downloadrockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.tar.gz
rockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.zip
No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16570 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/CATEGORIES1
-rw-r--r--apps/plugins/SOURCES11
2 files changed, 11 insertions, 1 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index 4b267c162b..c2ad75e0c7 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -80,6 +80,7 @@ stopwatch,apps
80test_codec,viewers 80test_codec,viewers
81test_disk,apps 81test_disk,apps
82test_fps,apps 82test_fps,apps
83test_grey,apps
83test_sampr,apps 84test_sampr,apps
84test_scanrate,apps 85test_scanrate,apps
85test_viewports,apps 86test_viewports,apps
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 */