2014/07/20 1:26、David Favor <david <at> davidfavor.com> wrote:

> Or if you'd like to build shared, here's the correct incantation...
> 
>   cmake -DCMAKE_INSTALL_PREFIX:PATH=$prefix ../../source
> 
> You know everything is correct, when the output of otool shows
> absolute paths for all objects.

To execute x265 as shared library with in a non-standard library path, We need 
export "DYLD_LIBRARY_PATH".

$ export DYLD_LIBRARY_PATH=$prefix

This is same with ffmpeg which uses x265 as shard library.

// Miya
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to