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 da20a0df2b..9403625eda 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -427,6 +427,7 @@ void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig)
427 adjust_mp3entry(dest, dest, orig); 427 adjust_mp3entry(dest, dest, orig);
428} 428}
429 429
430#ifndef __PCTOOL__
430#ifdef HAVE_TAGCACHE 431#ifdef HAVE_TAGCACHE
431#if CONFIG_CODEC == SWCODEC 432#if CONFIG_CODEC == SWCODEC
432 433
@@ -472,3 +473,4 @@ bool autoresumable(struct mp3entry *id3)
472 473
473#endif /* SWCODEC */ 474#endif /* SWCODEC */
474#endif /* HAVE_TAGCACHE */ 475#endif /* HAVE_TAGCACHE */
476#endif /* __PCTOOL__ */