summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
commit7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch)
tree43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/SOURCES
parent50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff)
downloadrockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.gz
rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.zip
Initial version of tagcache! There are still some bugs in the engine
and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index e872531408..4c479b7a60 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -25,8 +25,7 @@ status.c
25talk.c 25talk.c
26#endif 26#endif
27tree.c 27tree.c
28dbtree.c 28tagtree.c
29database.c
30filetree.c 29filetree.c
31 30
32screen_access.c 31screen_access.c
@@ -69,7 +68,6 @@ recorder/recording.c
69#if CONFIG_CODEC == SWCODEC 68#if CONFIG_CODEC == SWCODEC
70pcmbuf.c 69pcmbuf.c
71playback.c 70playback.c
72metadata.c
73codecs.c 71codecs.c
74dsp.c 72dsp.c
75eq.c 73eq.c
@@ -81,3 +79,5 @@ eq_arm.S
81#endif 79#endif
82eq_menu.c 80eq_menu.c
83#endif 81#endif
82metadata.c
83tagcache.c