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
This commit is contained in:
Michael Hohmuth 2011-02-08 20:50:25 +00:00
parent 7141ff4513
commit 5afd0668e5

View file

@ -427,6 +427,7 @@ void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig)
adjust_mp3entry(dest, dest, orig); adjust_mp3entry(dest, dest, orig);
} }
#ifndef __PCTOOL__
#ifdef HAVE_TAGCACHE #ifdef HAVE_TAGCACHE
#if CONFIG_CODEC == SWCODEC #if CONFIG_CODEC == SWCODEC
@ -472,3 +473,4 @@ bool autoresumable(struct mp3entry *id3)
#endif /* SWCODEC */ #endif /* SWCODEC */
#endif /* HAVE_TAGCACHE */ #endif /* HAVE_TAGCACHE */
#endif /* __PCTOOL__ */