[FFmpeg-user] Following UbuntuCompilationGuide running into trouble with the x264 part

rieger at ari.uni-heidelberg.de rieger at ari.uni-heidelberg.de
Mon Oct 14 22:33:29 CEST 2013


Hi Lou,

>> Check to see if you're trying to to use ffmpeg (for lavfi support in
>> x264) that is already linked to another installed version of x264.
>
> s/lavfi/lavf (aka libavformat)

you made my day:
- I have libavformat.so.53 installed
- I found the following files, too:
   - /usr/lib/liblavfile-1.9.so.0
   - /usr/lib/liblavfile-1.9.so.0.0.0

Because I don't want deinstall libavformat (used by many other  
packages) I have tried to
use the option "-disable-lavf":

cd ~/ffmpeg_sources
cd x264
./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static
--disable-lavf
make
make install
make distclean

It works without error! Thanks for the help to find a solution!
Claus



More information about the ffmpeg-user mailing list