Re: [FFmpeg-user] Enabling libx265

2014-07-22 Thread Kimio Miyamura
2014/07/23 3:22、Kimio Miyamura apost.plala.or.jp> wrote: > > 2014/07/21 22:32、David Favor davidfavor.com> wrote: > >> Kimio Miyamura wrote: >>> 2014/07/20 1:26、David Favor davidfavor.com> wrote: Or if you'd like to build shared, here's the correct incantation... cmake -DCMAKE

Re: [FFmpeg-user] Enabling libx265

2014-07-22 Thread Kimio Miyamura
2014/07/21 22:32、David Favor davidfavor.com> wrote: > Kimio Miyamura wrote: >> 2014/07/20 1:26、David Favor 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

Re: [FFmpeg-user] Enabling libx265

2014-07-21 Thread David Favor
Kimio Miyamura wrote: 2014/07/20 1:26、David Favor 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.

Re: [FFmpeg-user] Enabling libx265

2014-07-20 Thread Kimio Miyamura
2014/07/20 1:26、David Favor 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

Re: [FFmpeg-user] Enabling libx265

2014-07-19 Thread David Favor
宮村 公男 wrote: 2014/04/24 1:23、Jan Ehrhardt のメール: ?? ?? in gmane.comp.video.ffmpeg.user (Wed, 23 Apr 2014 23:35:03 +0900): Instead, configure ffmpeg with --pkg-config-flags=--static option, this issue is solved. By adding --static, x265.pc gives -lc++ or -lstdc++ with --cflags to ffmpeg. I