1
0
Fork 0
forked from len0rd/rockbox

mp3: when ID3 tags are not found, search APE tags

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26048 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-05-15 10:20:06 +00:00
parent 77ec4b301b
commit fecf90fda9
5 changed files with 14 additions and 6 deletions

View file

@ -15,7 +15,9 @@ database.c
../../firmware/logf.c
../../uisimulator/common/io.c
#if CONFIG_CODEC != SWCODEC
../../apps/metadata/ape.c
../../apps/metadata/id3tags.c
../../apps/metadata/metadata_common.c
../../apps/metadata/mp3.c
#endif
/* Caution. metadata files do not add!! */