[FFmpeg-devel] Fix libx264

Reimar Döffinger Reimar.Doeffinger
Tue Feb 23 18:54:59 CET 2010


On Tue, Feb 23, 2010 at 02:19:03PM -0300, Ramiro Polla wrote:
> I wouldn't mind if we had to pass an extra parameter to configure
> (even though the current behaviour is broken), but currently it is not
> possible to use static x264 and static pthreads-win32 with ffmpeg. No
> --extra-libs, nor --extra-ldflags, nor LDFLAGS will change this. By
> the way I'm talking about simply adding "-lpthreads" in the right
> order in regard to "-lx264"

Hm, wouldn't that be possible by making the x264 check try first without
any -l option?
Then you could just specify everything needed with --extra-ldflags in
the right order and everything should work.



More information about the ffmpeg-devel mailing list