summaryrefslogtreecommitdiff
path: root/apps/metadata.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.c')
-rw-r--r--apps/metadata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index 3a0ff574bf..28f5f04aed 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -325,6 +325,7 @@ bool get_metadata(struct mp3entry* id3, int fd, const char* trackname)
325 return true; 325 return true;
326} 326}
327 327
328#if CONFIG_CODEC == SWCODEC
328void strip_tags(int handle_id) 329void strip_tags(int handle_id)
329{ 330{
330 int i; 331 int i;
@@ -364,3 +365,4 @@ strip_ape_tag:
364 logf("Cutting off APE tag (%ldB)", len); 365 logf("Cutting off APE tag (%ldB)", len);
365 bufcuttail(handle_id, len); 366 bufcuttail(handle_id, len);
366} 367}
368#endif /* CONFIG_CODEC == SWCODEC */