[MPlayer-cvslog] CVS: main configure,1.945,1.946
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Dec 23 16:36:03 CET 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv3780
Modified Files:
configure
Log Message:
do not use pthreads on hpux (broken, hardly useful).
For reference, I get the following when starting a version compiled with it:
Pthread internal error: message: __libc_reinit() failed, file: /ux/core/kern/pthreads/pthread.c, line: 1093
Return Pointer is 0xc0e29273
Quit
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -r1.945 -r1.946
--- configure 23 Dec 2004 15:18:39 -0000 1.945
+++ configure 23 Dec 2004 15:36:00 -0000 1.946
@@ -2678,6 +2678,8 @@
EOF
if mingw32 ; then
_ld_pthread=''
+elif hpux ; then
+ _ld_pthread=''
elif ( cc_check && $TMPO ) ; then # QNX
_ld_pthread=''
elif ( cc_check -lpthread && $TMPO ) ; then
More information about the MPlayer-cvslog
mailing list