summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-08 23:50:55 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-08 23:50:55 +0000
commit8c6920e34393c3982d4333c13c6ebb26f545c842 (patch)
treec1403aff0405f4a1464a739b313ffb8431b245ac /apps/plugins
parent9b939a615d29b22ceab0da881b641f45381660b3 (diff)
downloadrockbox-8c6920e34393c3982d4333c13c6ebb26f545c842.tar.gz
rockbox-8c6920e34393c3982d4333c13c6ebb26f545c842.zip
Revert accidental tree commit. Sorry for that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16574 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, 1 insertions, 11 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index c2ad75e0c7..4b267c162b 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -80,7 +80,6 @@ stopwatch,apps
80test_codec,viewers 80test_codec,viewers
81test_disk,apps 81test_disk,apps
82test_fps,apps 82test_fps,apps
83test_grey,apps
84test_sampr,apps 83test_sampr,apps
85test_scanrate,apps 84test_scanrate,apps
86test_viewports,apps 85test_viewports,apps
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7b7edbf5c2..4f782dc455 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -21,7 +21,6 @@ stats.c
21stopwatch.c 21stopwatch.c
22vbrfix.c 22vbrfix.c
23viewer.c 23viewer.c
24test_disk.c
25 24
26#ifdef OLYMPUS_MROBE_500 25#ifdef OLYMPUS_MROBE_500
27/* remove these once the plugins before it are compileable */ 26/* remove these once the plugins before it are compileable */
@@ -49,10 +48,7 @@ flipit.c
49#ifdef HAVE_LCD_BITMAP /* Not for the Player */ 48#ifdef HAVE_LCD_BITMAP /* Not for the Player */
50brickmania.c 49brickmania.c
51maze.c 50maze.c
52mazezam.c 51mazezam.c
53greyscale.c
54test_fps.c
55test_scanrate.c
56text_editor.c 52text_editor.c
57wavview.c 53wavview.c
58robotfindskitten.c 54robotfindskitten.c
@@ -63,10 +59,6 @@ jpeg.c
63mandelbrot.c 59mandelbrot.c
64plasma.c 60plasma.c
65 61
66#if LCD_DEPTH < 4
67test_grey.c
68#endif
69
70blackjack.c 62blackjack.c
71bounce.c 63bounce.c
72bubbles.c 64bubbles.c
@@ -126,7 +118,6 @@ nim.c
126 118
127#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 119#if CONFIG_CODEC == SWCODEC /* software codec platforms */
128mp3_encoder.c 120mp3_encoder.c
129test_codec.c
130wav2wv.c 121wav2wv.c
131#else /* hardware codec platforms */ 122#else /* hardware codec platforms */
132#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ 123#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */