> 2015/04/15 22:49、Werner Robitza <werner.robitza <at> gmail.com> wrote: 
> 
> On Wed, Apr 15, 2015 at 2:17 PM, Clément Bœsch <u <at> pkh.me> wrote:
>> On Tue, Apr 14, 2015 at 03:41:49PM +0200, Alexander Martin Dethof wrote:
>> Do that for x265 (or find the equivalent) and use make install (no root
>> needed, you have write perm in $HOME/ffmpeg_build). This will deploy a .pc
>> file with all the other pc files available in
>> $HOME/ffmpeg_build/lib/pkgconfig as well as deploying the libs in the
>> parent directory of it.
>> 
>> Everything else should then work as expected.

[SNIP]

> ... and compiling it, but no dice:
> 
> $ ffmpeg
> ffmpeg: error while loading shared libraries: libx265.so.56: cannot
> open shared object file: No such file or directory

I apologize if my comment is stupid.  But it is looks like my experience on 
libx265.

if you build libx265 as shared library, and the place of library is not 
non-standard place, you may have to let it know.  In my experience on Mac OS X, 
I used "export DYLD_LIBRARY_PATH".  I don't know how should be in Ubuntu...


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

Reply via email to