I recently installed debian on my computer and want to use it with icecast2 and ices0 to stream my music.
Since ices0 can't be installed from the repositories I compile ices0-0.4 from source.
Most of my music is mp3, but some files are m4a.
I tried compiling ices0 with several other package, but can't find the correct options for MP4 support.
I have libfaad en libfaad-dev installed( I don't know which version), shouldn't this be enough for MP4 support?
When I run the ./configure of ices0 it prints the lines:
Code:
checking faad.h usability... yes
checking faad.h presence... yes
checking for faad.h... yes
checking for MP4Read in -lmp4v2... no
Could not find libfaad, MP4 transcoding disabled
checking for faad.h... (cached) yes
I ran whereis libfaad and found it was located in /usr/lib.
I included the option --with-faad, but than the script also gives an error it can't find libfaad.
I ran ./configure --with-faad=/usr/lib and got:
Code:
checking faad.h usability... yes
checking faad.h presence... yes
checking for faad.h... yes
checking for MP4Read in -lmp4v2... no
configure: error: Could not find libfaad
This time the configure script even stops.
Has anyone got any clue why I can't compile using libfaad?
Or am I missing a package that supplies some kind of libmp4v2 file?
Has anyone got a suggestion?
Thanks in advance,
Hugo