summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/metadata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index da20a0d..9403625 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -427,6 +427,7 @@ void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig)
adjust_mp3entry(dest, dest, orig);
}
+#ifndef __PCTOOL__
#ifdef HAVE_TAGCACHE
#if CONFIG_CODEC == SWCODEC
@@ -472,3 +473,4 @@ bool autoresumable(struct mp3entry *id3)
#endif /* SWCODEC */
#endif /* HAVE_TAGCACHE */
+#endif /* __PCTOOL__ */