Hi,
while cross compiling vorbis-tool i am getting warning: FLAC and/or
oggflac headers missing so ogg123/ oggenc cannot be built.
please tell me how to over come this warning....
Thanks
Dileep
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.xiph.org/pipermail/vorbis/attachments/20080512/9c5c9338/attachment.htm
Ivo Emanuel Gonçalves
2008-May-12 14:57 UTC
[Vorbis] error while cross compiling vorbis tool
On 5/12/08, Dileep <drdileep12 at gmail.com> wrote:> while cross compiling vorbis-tool i am getting warning: FLAC and/or > oggflac headers missing so ogg123/ oggenc cannot be built.You need libFLAC to be installed with the include files. In Linux distro's, those include files usually come in -dev packages. That would be something like libflac-dev, then. Or you can simply compile libFLAC and do "make install". -Ivo