Re: error while cross compiling vorbis tool
"Ivo Emanuel Gonçalves" <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
On 5/12/08, Dileep <[email protected]> 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