Page 1 of 1

vlc 0.8.4a compilation error in FC4

Posted: 19 Dec 2005 04:34
by nitzian
When I attempt to configure vlc with the following options:

./configure --enable-shared-pp --enable-shared --enable-pp --enable-gpll --with-ffmpeg-tree=/usr/local/bin --disable-mad

and I get this error:
configure: error: /usr/local/bin/libavcodec/libavcodec.a was not compiled with postprocessing support, make sure you configured ffmpeg with --enable-pp

However I downloaded the latest CVS version of ffmpeg, and configured it with the following options:

./configure --enable-shared-pp --enable-shared --enable-pp --enable-gpl

Can anyone tell me what I am doing wrong? Any help is greatly appreciated.