mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
98fa3913f9
commit
e76c69f3e4
5 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@ abrepeat.c
|
|||
bookmark.c
|
||||
debug_menu.c
|
||||
filetypes.c
|
||||
id3.c
|
||||
language.c
|
||||
main.c
|
||||
menu.c
|
||||
|
@ -17,6 +18,9 @@ menus/theme_menu.c
|
|||
menus/eq_menu.c
|
||||
buffering.c
|
||||
voice_thread.c
|
||||
replaygain.c
|
||||
#else /* !SWCODEC */
|
||||
mpeg.c
|
||||
#endif
|
||||
menus/main_menu.c
|
||||
menus/playback_menu.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue