# HG changeset patch # User lorenm # Date 1117739519 0 # Node ID 9cac673752f605ca6db264ff94b398716981ea21 # Parent a4a46131ee7168e68caeab4bf6657889cdcc39ba x264 check needs -lpthread diff -r a4a46131ee71 -r 9cac673752f6 configure --- a/configure Thu Jun 02 18:57:58 2005 +0000 +++ b/configure Thu Jun 02 19:11:59 2005 +0000 @@ -6100,7 +6100,7 @@ #endif int main(void) { x264_encoder_open((void*)0); return 0; } EOF -_ld_x264="$_ld_x264 -lx264 $_ld_lm" +_ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread" if test "$_x264" != no && cc_check $_inc_x264 $_ld_x264 ; then _x264=yes _def_x264='#define HAVE_X264 1'