[Mplayer-cvslog] CVS: main configure,1.128,1.129
Atmosfear
atmos4 at mplayer.dev.hu
Sun Aug 5 14:39:36 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader/DirectShow DS_VideoDec.cpp,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/debian changelog,1.5,1.6 postinst,1.4,1.5 templates,1.1,1.2 substvars,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv2463
Modified Files:
configure
Log Message:
Make cygwin define WIN32 for compatibility with mingw and visualc, ...
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- configure 3 Aug 2001 18:50:54 -0000 1.128
+++ configure 5 Aug 2001 12:39:34 -0000 1.129
@@ -284,10 +284,12 @@
# Determine OS dependent libs
_confcygwin="TARGET_CYGWIN=no"
+_confwin32=
if [ "$system_name" = "FreeBSD" ]; then
_archlibs="-rdynamic -pthread"
elif [ `echo $system_name | sed 's/CYGWIN.*/CYGWIN/i'` = "CYGWIN" ]; then
_confcygwin="TARGET_CYGWIN=yes"
+ _confwin32="#define WIN32"
_archlibs="-lpthread"
else
_archlibs="-ldl -lpthread"
@@ -1935,6 +1937,8 @@
$_words_endian
$_arch
+
+$_confwin32
/* Define this to any prefered value from 386 up to infinity with step 100 */
#define __CPU__ $iproc
- Previous message: [Mplayer-cvslog] CVS: main/loader/DirectShow DS_VideoDec.cpp,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/debian changelog,1.5,1.6 postinst,1.4,1.5 templates,1.1,1.2 substvars,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list