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:
parent
7141ff4513
commit
5afd0668e5
1 changed files with 2 additions and 0 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue