1
0
Fork 0
forked from len0rd/rockbox

Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the first step in separating the generic metadata code and the id3-specific code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-10-10 13:12:28 +00:00
parent 98fa3913f9
commit e76c69f3e4
5 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,6 @@ ata_idle_notify.c
events.c
backlight.c
buffer.c
id3.c
powermgmt.c
system.c
usb.c
@ -189,7 +188,6 @@ sound.c
#ifndef BOOTLOADER
general.c
pcm_sampr.c
replaygain.c
pcm.c
#ifdef HAVE_RECORDING
enc_base.c
@ -202,7 +200,6 @@ pcm_record.c
#else /* !SWCODEC */
#ifndef BOOTLOADER
mpeg.c
#ifndef SIMULATOR
drivers/mas.c
#endif /* SIMULATOR */