On 20/05/14 20:36, Jonas Deitmerg wrote:
> Hello everyone.
> 
> I'm trying to get libav to work with x264 and have some problems:
> 
> Installation of libx264 (with --enable-shared) worked without a problem.
> Configuring (with --enable-libx264), building and installing libav
> didn't give
> any errors either.
> 
> Now, when linking against libavcodec.so, ld complains this needs
> libx264.so.138, which it cannot find, as the installed version is
> libx264.so.142. Generating a softlink (.138) to the .142 file doesn't solve
> the problem.
> My question is: Is there a way to tell libav which version of libx264 to
> use?
> 

How many version of x264 you have installed? you can pass an extra
ldflag with the -L/path/to/x264/lib probably.

lu
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to