summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index ccb9ca2772..a48017c7cd 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -106,6 +106,21 @@ eq_arm.S
106#endif 106#endif
107#endif 107#endif
108metadata.c 108metadata.c
109#if CONFIG_CODEC == SWCODEC
110metadata/metadata_common.c
111metadata/aiff.c
112metadata/ape.c
113metadata/adx.c
114metadata/flac.c
115metadata/monkeys.c
116metadata/mp4.c
117metadata/mpc.c
118metadata/sid.c
119metadata/spc.c
120metadata/speex.c
121metadata/vorbis.c
122metadata/wave.c
123#endif
109#ifdef HAVE_TAGCACHE 124#ifdef HAVE_TAGCACHE
110tagcache.c 125tagcache.c
111#endif 126#endif