summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-10-09 14:40:15 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-10-09 14:40:15 +0000
commitd8a2165f78dd3a73254cd837d6abba1cfe87efcc (patch)
treea6aa6246e789a1e80c88d3077119015248a5fa54 /apps/plugins/SOURCES
parent8055825312a111b6c41503e72d3b08cecb95aa28 (diff)
downloadrockbox-d8a2165f78dd3a73254cd837d6abba1cfe87efcc.tar.gz
rockbox-d8a2165f78dd3a73254cd837d6abba1cfe87efcc.zip
Quick fix for the edit screen in the random_folder_advance_config plugin, no more blank screen and it now shows the correct directory count
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11161 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b0e5f70e0a..eb372c96b9 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -22,6 +22,10 @@ stopwatch.c
22vbrfix.c 22vbrfix.c
23viewer.c 23viewer.c
24 24
25#ifdef CPU_COLDFIRE
26sampr_test.c
27#endif
28
25#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) 29#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
26wavplay.c 30wavplay.c
27#endif 31#endif