[FFmpeg-user] ffmpeg with static x264

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Oct 7 21:03:45 CEST 2012


Reindl Harald <h.reindl <at> thelounge.net> writes:

> --extra-ldflags="-L/usr/local/lib64" compiles against
> the x264 in /usr/local BUT it is not linked static
> nor is it found after install

Then either configure x264 so it does not build a 
shared library or remove the .so symlink from 
/usr/local/lib64 (only for the FFmpeg build process 
if you want) or put the .a file to a random place 
and point configure to it (or, best, leave the .a 
where it is originally built and point FFmpeg's 
configure there).

Carl Eugen



More information about the ffmpeg-user mailing list