I was compiling VLC 0.9.0 with statically linked FFMPEG and FAAD libraries. Compiling and linking is ok, but I see neither ffmpeg nor faad in the output of 'vlc --list'.
I have used following configurations:
VLC:
./configure '--prefix=/home/vaatamoi/install' '--enable-static' '--enable-x11' '--enable-fb' '--disable-freetype' '--enable-fribidi' '--disable-svg' '--disable-directx' '--disable-wingdi' '--disable-glide' '--enable-aa' '--enable-oss' '--disable-esd' '--enable-arts' '--enable-waveout' '--enable-ffmpeg' '--with-ffmpeg-tree=/home/vaatamoi/libraries/ffmpeg' '--enable-faad' '--with-faad-tree=/home/vaatamoi/libraries/faad2' '--enable-dca' '--enable-flac' '--enable-utf8' '--enable-pth' '--enable-st' '--disable-gprof' '--disable-cprof' '--disable-testsuite' '--enable-optimizations' '--disable-altivec' '--disable-debug' '--enable-release' '--enable-sout' '--enable-httpd' '--disable-jack'
----
FFMPEG:
./configure --prefix=/home/vaatamoi/install --enable-pthreads --disable-ffserver --enable-static --enable-postproc --enable-gpl
----
FAAD:
./configure (no options given here)
This has worked with 0.8.6x, has something changed?
EDIT: Also, 'vlc-config --list builtin' shows ffmpeg and faad, before running 'make'.