diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-10-09 14:40:15 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-10-09 14:40:15 +0000 |
| commit | d8a2165f78dd3a73254cd837d6abba1cfe87efcc (patch) | |
| tree | a6aa6246e789a1e80c88d3077119015248a5fa54 /apps/plugins/SOURCES | |
| parent | 8055825312a111b6c41503e72d3b08cecb95aa28 (diff) | |
| download | rockbox-d8a2165f78dd3a73254cd837d6abba1cfe87efcc.zip rockbox-d8a2165f78dd3a73254cd837d6abba1cfe87efcc.tar.gz rockbox-d8a2165f78dd3a73254cd837d6abba1cfe87efcc.tar.bz2 rockbox-d8a2165f78dd3a73254cd837d6abba1cfe87efcc.tar.xz | |
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/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b0e5f70..eb372c9 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -22,6 +22,10 @@ stopwatch.c vbrfix.c viewer.c +#ifdef CPU_COLDFIRE +sampr_test.c +#endif + #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) wavplay.c #endif |