[Ffmpeg-devel] x264 configure prob: missing -lpthread

Guillaume POIRIER poirierg
Sun Jan 14 15:33:41 CET 2007


Hi,

On 1/11/07, Axel Naumann <axel-naumann at gmx.de> wrote:
> Hi,
>
> I had to patch configure to get x264 to work on a x86_64 debian etch
> with libx264-dev 0.cvs20061107-0.0. The same seems to be needed in
> current SVN according to ViewVC. That build of libx264 needs pthread.
>
> Here's a dummy-diff because I'm too lazy, but you get the idea :-)
>
> < enabled x264    && require x264 x264.h x264_encoder_open -lx264
> > enabled x264    && require x264 x264.h x264_encoder_open -lx264 -lpthread

Rejected, pass --enable-pthreads to configure script instead.

Guillaume




More information about the ffmpeg-devel mailing list