[MPlayer-cvslog] CVS: main configure,1.1025,1.1026
Sascha Sommer CVS
syncmail at mplayerhq.hu
Sun Jun 26 19:33:02 CEST 2005
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv24059
Modified Files:
configure
Log Message:
10l to myself for breaking mingws dll codec support when libpthread is not installed
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1025
retrieving revision 1.1026
diff -u -r1.1025 -r1.1026
--- configure 25 Jun 2005 18:33:44 -0000 1.1025
+++ configure 26 Jun 2005 17:32:59 -0000 1.1026
@@ -2821,12 +2821,10 @@
elif ( cc_check -pthread ) ; then
_ld_pthread='-pthread'
else
- echores "no static pthread found (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, Win32 loader disabled)"
- _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no
+ _ld_pthread=''
fi
else
- echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)"
- _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no
+ _ld_pthread=''
fi
fi
fi
@@ -2836,9 +2834,13 @@
_def_pthreads='#define HAVE_PTHREADS 1'
_def_threads='#define HAVE_THREADS 1'
else
- echores "no"
+ echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)"
_pthreads=''
_def_pthreads='#undef HAVE_PTHREADS'
+ _nas=no ; _tv_v4l=no ; _macosx=no
+ if not mingw32 ; then
+ _win32=no
+ fi
fi
More information about the MPlayer-cvslog
mailing list