[FFmpeg-user] "--enable-avfilter-lavf" switch not working for v0.8.7

Peter B. pb at das-werkstatt.com
Tue Nov 22 12:08:39 CET 2011


I've been successfully compiling FFmpeg versions 0.5 and 0.6, as well as
the current git-version, with the following commandline:

[code]
./configure --prefix=/usr/local --enable-gpl --enable-nonfree
--enable-postproc --enable-swscale --enable-avfilter --enable-pthreads
--enable-bzlib --enable-libmp3lame --enable-libvorbis --enable-libxvid
--enable-zlib --enable-libopenjpeg --enable-decoder=png
--enable-encoder=png --enable-avfilter-lavf --enable-libfaad && make
clean && make
[/code]


However, version 0.8.7 (from the tar.bz2 archive) throws the following
error when running configure:

[quote]
Unknown option "--enable-avfilter-lavf".
See ./configure --help for available options.
[/quote]

If that switch would be deprecated, why does it work for the current
git-version?


Thanks in advance,
Pb



More information about the ffmpeg-user mailing list