summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-02-08 20:50:25 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-02-08 20:50:25 +0000
commit5afd0668e5c10cb37dddcbdf44bd2a9d9ef06d14 (patch)
tree5d64a1e65819d0f50d53528a34c2d35a0110aa5e
parent7141ff45133c9c669e9a0769a6c13e05cbe0595c (diff)
downloadrockbox-5afd0668e5c10cb37dddcbdf44bd2a9d9ef06d14.tar.gz
rockbox-5afd0668e5c10cb37dddcbdf44bd2a9d9ef06d14.zip
Fix red: Do not compile autoresume() function for the database tool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29252 a1c6a512-1295-4272-9138-f99709370657
-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__ */