mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18814 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a18ef2efd3
commit
51b45d5602
51 changed files with 440 additions and 466 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include <ctype.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "id3.h"
|
||||
#include "metadata.h"
|
||||
#include "replaygain.h"
|
||||
#include "debug.h"
|
||||
#include "rbunicode.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue