Added missing header file metadata_parsers.h to metadata parsers.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-03 07:03:59 +00:00
parent db3afb573e
commit 1273f95dab
14 changed files with 15 additions and 0 deletions

View file

@ -20,6 +20,8 @@
#include "id3.h" #include "id3.h"
#include "logf.h" #include "logf.h"
#include "metadata_parsers.h"
static const unsigned short a52_bitrates[] = static const unsigned short a52_bitrates[] =
{ {
32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160,

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "debug.h" #include "debug.h"
bool get_adx_metadata(int fd, struct mp3entry* id3) bool get_adx_metadata(int fd, struct mp3entry* id3)

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
bool get_aiff_metadata(int fd, struct mp3entry* id3) bool get_aiff_metadata(int fd, struct mp3entry* id3)
{ {

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "structec.h" #include "structec.h"
#define APETAG_HEADER_LENGTH 32 #define APETAG_HEADER_LENGTH 32

View file

@ -28,6 +28,7 @@
#include "debug.h" #include "debug.h"
#include "rbunicode.h" #include "rbunicode.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "system.h" #include "system.h"
#include <codecs/libwma/asf.h> #include <codecs/libwma/asf.h>

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "logf.h" #include "logf.h"
bool get_flac_metadata(int fd, struct mp3entry* id3) bool get_flac_metadata(int fd, struct mp3entry* id3)

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
bool get_monkeys_metadata(int fd, struct mp3entry* id3) bool get_monkeys_metadata(int fd, struct mp3entry* id3)
{ {

View file

@ -26,6 +26,7 @@
#include "errno.h" #include "errno.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "logf.h" #include "logf.h"
#include "debug.h" #include "debug.h"
#include "replaygain.h" #include "replaygain.h"

View file

@ -22,6 +22,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "logf.h" #include "logf.h"
#include "replaygain.h" #include "replaygain.h"

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "logf.h" #include "logf.h"
/* A simple parser to read vital metadata from an Ogg Vorbis file. /* A simple parser to read vital metadata from an Ogg Vorbis file.

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "rbunicode.h" #include "rbunicode.h"
/* PSID metadata info is available here: /* PSID metadata info is available here:

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "debug.h" #include "debug.h"
#include "rbunicode.h" #include "rbunicode.h"

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
bool get_wave_metadata(int fd, struct mp3entry* id3) bool get_wave_metadata(int fd, struct mp3entry* id3)
{ {

View file

@ -25,6 +25,7 @@
#include "system.h" #include "system.h"
#include "id3.h" #include "id3.h"
#include "metadata_common.h" #include "metadata_common.h"
#include "metadata_parsers.h"
#include "logf.h" #include "logf.h"
#define ID_UNIQUE 0x3f #define ID_UNIQUE 0x3f