mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Build librbcodec with DSP and metadata.
All associated files are moved to /lib/rbcodec. Change-Id: I572ddd2b8a996aae1e98c081d06b1ed356dce222
This commit is contained in:
parent
24bd9d5393
commit
b5716df4cb
80 changed files with 97 additions and 112 deletions
|
@ -1,11 +1,6 @@
|
|||
database.c
|
||||
../../apps/fixedpoint.c
|
||||
../../apps/metadata.c
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
../../apps/replaygain.c
|
||||
#endif
|
||||
../../apps/misc.c
|
||||
../../apps/mp3data.c
|
||||
../../apps/tagcache.c
|
||||
../../firmware/common/crc32.c
|
||||
../../firmware/common/filefuncs.c
|
||||
|
@ -17,7 +12,9 @@ database.c
|
|||
../../firmware/logf.c
|
||||
../../uisimulator/common/io.c
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
../../apps/metadata/id3tags.c
|
||||
../../apps/metadata/mp3.c
|
||||
../../lib/rbcodec/metadata/id3tags.c
|
||||
../../lib/rbcodec/metadata/metadata.c
|
||||
../../lib/rbcodec/metadata/mp3.c
|
||||
../../lib/rbcodec/metadata/mp3data.c
|
||||
#endif
|
||||
/* Caution. metadata files do not add!! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue