Re: [FFmpeg-user] Problem building with libx265

2014-08-31 Thread Andrew Sinclair
On 1 September 2014 05:07, Kimio Miyamura wrote: > > > 2014/08/30 2:29 p.m. Andrew Sinclair gmail.com> wrote: > > > > Name: x265 > > Description: H.265/HEVC video encoder > > Version: 0.8 > > Libs: -L${libdir} -lx265 -lstdc++ -lm -lrt > > Libs.private: -lc++ > > > -l/Applications/Xcode.app/Conte

Re: [FFmpeg-user] Problem building with libx265

2014-08-31 Thread Andrew Sinclair
On 30 August 2014 17:18, Carl Eugen Hoyos wrote: > Andrew Sinclair gmail.com> writes: > > > ld: library not found for -lrt > > > /usr/local/lib/libx264.142.dylib /usr/local/lib/libx265.0.8.dylib > > What does otool -L /usr/local/lib/libx265.0.8.dylib > report? > otool -L /usr/local/lib/libx265.

Re: [FFmpeg-user] Problem building with libx265

2014-08-31 Thread Kimio Miyamura
> 2014/08/30 2:29 p.m. Andrew Sinclair gmail.com> wrote: > > Name: x265 > Description: H.265/HEVC video encoder > Version: 0.8 > Libs: -L${libdir} -lx265 -lstdc++ -lm -lrt > Libs.private: -lc++ > -l/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/

Re: [FFmpeg-user] Problem building with libx265

2014-08-30 Thread Carl Eugen Hoyos
Andrew Sinclair gmail.com> writes: > ld: library not found for -lrt > /usr/local/lib/libx264.142.dylib /usr/local/lib/libx265.0.8.dylib What does otool -L /usr/local/lib/libx265.0.8.dylib report? My suggestion is that your remove -lrt from /usr/local//x265.pc Carl Eugen ___

[FFmpeg-user] Problem building with libx265

2014-08-29 Thread Andrew Sinclair
Hi, This used to build for me OK but for some reason it no longer builds with ./configure --enable-libx265 I am using latest git pull from today from both repos but I think this may be specific to my machine for reasons I can't work out. So if anyone has pointers please let me know? Details below