[Mplayer-cvslog] CVS: main configure,1.882,1.883

Michael Niedermayer CVS syncmail at mplayerhq.hu
Tue Jul 6 04:10:24 CEST 2004


CVS change done by Michael Niedermayer CVS

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

Modified Files:
	configure 
Log Message:
multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.882
retrieving revision 1.883
diff -u -r1.882 -r1.883
--- configure	5 Jul 2004 09:42:28 -0000	1.882
+++ configure	6 Jul 2004 02:10:20 -0000	1.883
@@ -2496,8 +2496,12 @@
 fi
 if test "$_ld_pthread" != '' ; then
   echores "yes (using $_ld_pthread)"
+  _pthreads='yes'
+  _def_pthreads='#define HAVE_PTHREADS 1'
 else
   echores "no"
+  _pthreads=''
+  _def_pthreads='#undef HAVE_PTHREADS'
 fi
 
 
@@ -6134,6 +6138,7 @@
 WIN32_LIB = $_ld_win32libs
 STATIC_LIB = $_ld_static
 ENCA_LIB = $_ld_enca
+HAVE_PTHREADS = $_pthreads
 
 X11_INC = $_inc_x11
 X11DIR = $_ld_x11
@@ -6478,6 +6483,9 @@
 /* Define this if your system has glob */
 $_def_glob
 
+/* Define this if your system has pthreads */
+$_def_pthreads
+
 /* LIRC (remote control, see www.lirc.org) support: */
 $_def_lirc
 




More information about the MPlayer-cvslog mailing list