Features: XML : yes Python : yes Perl : no LAME : yes Vorbis : yes MP4 : yes FLAC : yes
in_mp4.c:32:17: error: mp4.h: No such file or directory in_mp4.c:37: error: expected specifier-qualifier-list before ‘MP4FileHandle’ in_mp4.c: In function ‘ices_mp4_open’: in_mp4.c:57: error: ‘MP4FileHandle’ undeclared (first use in this function) in_mp4.c:57: error: (Each undeclared identifier is reported only once in_mp4.c:57: error: for each function it appears in.) in_mp4.c:57: error: expected ‘;’ before ‘mp4file’ in_mp4.c:58: error: ‘MP4TrackId’ undeclared (first use in this function) in_mp4.c:58: error: expected ‘;’ before ‘track’ in_mp4.c:71: error: ‘mp4file’ undeclared (first use in this function) in_mp4.c:71: warning: implicit declaration of function ‘MP4Read’ in_mp4.c:71: error: ‘MP4_INVALID_FILE_HANDLE’ undeclared (first use in this function) in_mp4.c:75: error: ‘track’ undeclared (first use in this function) in_mp4.c:75: error: ‘MP4_INVALID_TRACK_ID’ undeclared (first use in this function) in_mp4.c:76: warning: implicit declaration of function ‘MP4GetNumberOfTracks’ in_mp4.c:76: error: ‘MP4_AUDIO_TRACK_TYPE’ undeclared (first use in this function) in_mp4.c:78: warning: implicit declaration of function ‘MP4FindTrackId’ in_mp4.c:86: warning: implicit declaration of function ‘MP4GetTrackESConfiguration’ in_mp4.c:121: error: ‘mp4_in_t’ has no member named ‘mp4file’ in_mp4.c:122: error: ‘mp4_in_t’ has no member named ‘track’ in_mp4.c:123: error: ‘mp4_in_t’ has no member named ‘decoder’ in_mp4.c:124: error: ‘mp4_in_t’ has no member named ‘cur_sample’ in_mp4.c:130: warning: assignment from incompatible pointer type in_mp4.c:138: warning: implicit declaration of function ‘MP4Close’ in_mp4.c: In function ‘ices_mp4_readpcm’: in_mp4.c:157: warning: implicit declaration of function ‘MP4ReadSample’ in_mp4.c:157: error: ‘mp4_in_t’ has no member named ‘mp4file’ in_mp4.c:157: error: ‘mp4_in_t’ has no member named ‘track’ in_mp4.c:157: error: ‘mp4_in_t’ has no member named ‘cur_sample’ in_mp4.c:164: error: ‘mp4_in_t’ has no member named ‘decoder’ in_mp4.c: In function ‘ices_mp4_close’: in_mp4.c:186: error: ‘mp4_in_t’ has no member named ‘decoder’ in_mp4.c:187: error: ‘mp4_in_t’ has no member named ‘mp4file’