[Mplayer-cvslog] CVS: main configure,1.693,1.694

Sascha Sommer CVS faust3 at mplayerhq.hu
Fri Apr 11 18:33:58 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv23924

Modified Files:
	configure 
Log Message:
fix slave mode on MACOSX: reported by devros <devros at seznam.cz>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -r1.693 -r1.694
--- configure	10 Apr 2003 12:12:56 -0000	1.693
+++ configure	11 Apr 2003 16:33:29 -0000	1.694
@@ -2297,9 +2297,11 @@
 
 echocheck "posix select()"
 cat > $TMPC << EOF
-#include <sys/select.h>
-#include <sys/time.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
+#include <string.h>
+#include <sys/time.h>
 #include <unistd.h>
 int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; }
 EOF



More information about the MPlayer-cvslog mailing list