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 fa11fa787c..0892fc65fd 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -397,6 +397,7 @@ bool get_metadata(struct mp3entry* id3, int fd, const char* trackname)
397 return true; 397 return true;
398} 398}
399 399
400#ifndef __PCTOOL__
400#if CONFIG_CODEC == SWCODEC 401#if CONFIG_CODEC == SWCODEC
401void strip_tags(int handle_id) 402void strip_tags(int handle_id)
402{ 403{
@@ -434,6 +435,7 @@ void strip_tags(int handle_id)
434 bufcuttail(handle_id, len); 435 bufcuttail(handle_id, len);
435} 436}
436#endif /* CONFIG_CODEC == SWCODEC */ 437#endif /* CONFIG_CODEC == SWCODEC */
438#endif /* ! __PCTOOL__ */
437 439
438void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig) 440void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig)
439{ 441{