diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2008-10-15 06:38:51 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2008-10-15 06:38:51 +0000 |
| commit | 51b45d56029eb8b928be64fc50332f3ba10e0228 (patch) | |
| tree | 675370fb2fd6c8f09f51c214567fa82a38155ad6 /apps/plugin.h | |
| parent | a18ef2efd389b1874b09264d497232ccc9386e9e (diff) | |
| download | rockbox-51b45d56029eb8b928be64fc50332f3ba10e0228.zip rockbox-51b45d56029eb8b928be64fc50332f3ba10e0228.tar.gz rockbox-51b45d56029eb8b928be64fc50332f3ba10e0228.tar.bz2 rockbox-51b45d56029eb8b928be64fc50332f3ba10e0228.tar.xz | |
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
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 20724f8..1029431 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -52,7 +52,7 @@ void* plugin_get_buffer(size_t *buffer_size); #include "usb.h" #include "font.h" #include "lcd.h" -#include "id3.h" +#include "metadata.h" #include "sound.h" #include "mpeg.h" #include "audio.h" |