[FFmpeg-user] Enabling libx265
Kimio Miyamura
xanadu at apost.plala.or.jp
Sun Jul 20 21:53:59 CEST 2014
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
More information about the ffmpeg-user
mailing list