summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-02-14 14:40:24 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-02-14 14:40:24 +0000
commit9f4bd8712fc122f61ec162c544d613a95c3ca66e (patch)
tree4e652a1e7c19ac8a6bb789ee79304744c133d029 /apps/SOURCES
parent0403c2a572154667f3f2bd671d7d5a7cc08c64af (diff)
downloadrockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.tar.gz
rockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.zip
Cuesheet support by Jonathan Gordon and me (FS #6460).
Everytime an audio file is loaded, a cue file with the same name is searched for. A setting allows to disable this (default is off). Cuesheet files can also be viewed in the file browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12304 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index e57c882a8b..1793724665 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -32,6 +32,7 @@ settings_list.c
32settings_menu.c 32settings_menu.c
33sound_menu.c 33sound_menu.c
34status.c 34status.c
35cuesheet.c
35#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC 36#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
36talk.c 37talk.c
37#endif 38#endif