On Wed, 2010-12-01 at 14:43 -0500, Ivan Tsou wrote:
> Hi,
>  Does anybody know how to replace the libvpx libraray in FFMPEG? I have got 
> libvpx 0.9.1 and libvpx 0.9.5 and would like to compare the performance 
> between them using ffmpeg0.6.1. But I couldn't find the proper library file 
> to replace in the ffmpeg folder. Executing make in libvpx would only generate 
> libvpx.a. Any suggestion is highly appreciated!
> 
> Best,
> Ivan

Run ldd on ffmpeg to see whether it dynamically links to libvpx (ldd
ffmpeg | grep vpx   or something). If so, then configure libvpx so it
builds dynamic libraries and simply install it. If not, then you need to
rebuild ffmpeg after installing said libraries, since the linker default
to choosing dynamic libraries over static ones.

/Tomas

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to