diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-08 23:34:43 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-08 23:34:43 +0000 |
| commit | d1ed7c37b130500cc3c5b5ed4390192f623abd5d (patch) | |
| tree | f1e7a9190be5c9764ad1c28b1c4318fb8201fc86 /apps/plugins | |
| parent | 75c7ac80e8540be0f581c3ad4d92b748f9649618 (diff) | |
| download | rockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.zip rockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.tar.gz rockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.tar.bz2 rockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.tar.xz | |
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/CATEGORIES | 1 | ||||
| -rw-r--r-- | apps/plugins/SOURCES | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES index 4b267c1..c2ad75e 100644 --- a/apps/plugins/CATEGORIES +++ b/apps/plugins/CATEGORIES @@ -80,6 +80,7 @@ stopwatch,apps test_codec,viewers test_disk,apps test_fps,apps +test_grey,apps test_sampr,apps test_scanrate,apps test_viewports,apps diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 4f782dc..7b7edbf 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -21,6 +21,7 @@ stats.c stopwatch.c vbrfix.c viewer.c +test_disk.c #ifdef OLYMPUS_MROBE_500 /* remove these once the plugins before it are compileable */ @@ -48,7 +49,10 @@ flipit.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ brickmania.c maze.c -mazezam.c +mazezam.c +greyscale.c +test_fps.c +test_scanrate.c text_editor.c wavview.c robotfindskitten.c @@ -59,6 +63,10 @@ jpeg.c mandelbrot.c plasma.c +#if LCD_DEPTH < 4 +test_grey.c +#endif + blackjack.c bounce.c bubbles.c @@ -118,6 +126,7 @@ nim.c #if CONFIG_CODEC == SWCODEC /* software codec platforms */ mp3_encoder.c +test_codec.c wav2wv.c #else /* hardware codec platforms */ #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ |