[FFmpeg-devel] Configure issue with libx264

Daniel G. Taylor dan
Thu Aug 14 15:39:23 CEST 2008


Hello,

Using the latest ffmpeg from svn and x264 from git, ffmpeg is unable to
use --enable-libx264 because it seems the test fails when pthreads are
enabled for libx264.

Configure script generates a line like the following:
enabled libx264    && require  x264 x264.h x264_encoder_open -lx264 -lm

Which seems to fail and causes configure to exit. If I add -lpthread to
the end it works. Should this maybe use pkg-config --libs x264?

Take care,
-- 
Daniel G. Taylor
http://programmer-art.org





More information about the ffmpeg-devel mailing list