Hi Guys, I've got a problem here. I trying to compile CVS snapshot 20031230 to achieve my ultimate goal of FLAC within an OGG container file. I have compiled after creating makefiles with the following command line:
./configure --enable-flac --disable-ffmpeg --disable-dvd --disable-libmpeg2 --enable-debug --enable-sout --enable-ogg --enable-vorbis
I come accross a problem: The VLC executable I create then claims it doesn't know how to decode FLAC streams! It confuses me greatly. Am I compiling wrong? Do I need to download the libraries for FLAC and the other stuff? Thanks.
Some of the debug messages follow:
[00000091] main module debug: using demux module "ogg"
[00000265] ogg input debug: found Flac header
[00000265] ogg input debug: beginning of a group of logical streams
[00000265] ogg input debug: Flac header, channels: 2, rate: 44100
[00000265] main input debug: selecting ES 0x1
[00000268] main decoder debug: looking for decoder module
[00000268] main decoder debug: probing 12 candidates
[00000268] main decoder error: no suitable decoder module for fourcc `flac'.
VLC probably does not support this sound or video format.
[00000268] main decoder debug: killing decoder fourcc `flac', 0 PES in FIFO
[00000266] main interface debug: thread 65541 (manager) created at priority 0 (src/interface/interface.c:145)