[Ffmpeg-devel] x264 configure prob: missing -lpthread
Axel Naumann
axel-naumann
Thu Jan 11 01:20:15 CET 2007
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
Thanks for the great work!
Cheers, Axel.
More information about the ffmpeg-devel
mailing list