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.