[FFmpeg-user] how to rename libx264 shared library(libx264.so.152) in FFmpeg
Moritz Barsnick
barsnick at gmx.net
Sat Oct 19 22:42:52 EEST 2019
On Fri, Oct 18, 2019 at 15:49:06 +0530, Anand Veerappan wrote:
Could you *please* copy text from the console into your e-mails, and
not use screenshots? Thanks.
> Thanks for sharing the details. We tried those steps and could able to
> generate libx264-mv.so & libx264-mv.so.152 perfectly.
[...]
> Step 2: Build FFmpeg source after Step 1 we are facing compilation error.
Because you also renamed libx264.so to libx264-mv.so, but ffmpeg
doesn't know it needs to look for libx264-mv.so. It uses "-lx264" and
not "-lx264-mv".
Moritz
More information about the ffmpeg-user
mailing list