[MPlayer-G2-dev] CVS: g2 configure.g1,1.2,1.3
Gabucino
syncmail at mplayerhq.hu
Thu Feb 5 09:08:24 CET 2004
CVS change done by Gabucino
Update of /cvsroot/mplayer/g2
In directory mail:/var2/tmp/cvs-serv915
Modified Files:
configure.g1
Log Message:
removing pthread dependency
Index: configure.g1
===================================================================
RCS file: /cvsroot/mplayer/g2/configure.g1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.g1 5 Feb 2004 08:07:53 -0000 1.2
+++ configure.g1 5 Feb 2004 08:08:21 -0000 1.3
@@ -2066,14 +2066,17 @@
elif ( cc_check -pthread ) ; then
_ld_pthread='-pthread'
else
- die "Static lib pthread not found (needed by Windows and networking stufff)."
+ echores "no static pthread found (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, Win32 loader disabled)"
+ _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no
fi
else
- die "Lib pthread not found (needed by Windows and networking stuff)."
+ echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)"
+ _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no
fi
fi
-echores "yes (using $_ld_pthread)"
-
+if test "$_ld_pthread" != '' ; then
+ echores "yes (using $_ld_pthread)"
+fi
echocheck "sys/soundcard.h"
cat > $TMPC << EOF
More information about the MPlayer-G2-dev
mailing list