[MPlayer-cvslog] CVS: main configure,1.1013,1.1014

Loren Merritt CVS syncmail at mplayerhq.hu
Thu Jun 2 21:12:02 CEST 2005


CVS change done by Loren Merritt CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv6538

Modified Files:
	configure 
Log Message:
x264 check needs -lpthread


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -u -r1.1013 -r1.1014
--- configure	1 Jun 2005 09:20:45 -0000	1.1013
+++ configure	2 Jun 2005 19:11:59 -0000	1.1014
@@ -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'




More information about the MPlayer-cvslog mailing list