[Mplayer-cvslog] CVS: main configure,1.191,1.192

Nick Kurshev nick at mplayer.dev.hu
Wed Oct 17 20:17:53 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv697/main

Modified Files:
	configure 
Log Message:
vo_vesa support. Should be written better.

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- configure	17 Oct 2001 15:53:15 -0000	1.191
+++ configure	17 Oct 2001 18:17:50 -0000	1.192
@@ -2230,6 +2230,11 @@
  _debugdef='#undef MP_DEBUG'
 fi
 
+if test "$system_name" = "Linux" ; then
+ _linux_def='#define TARGET_LINUX'
+else
+ _linux_def='#undef TARGET_LINUX'
+fi
 echo
 echo "Creating $MCONF"
 cat > $MCONF << EOF
@@ -2237,7 +2242,7 @@
 # -------- Generated by ./configure -----------
 
 LANG=C
-
+TARGET_OS=$system_name
 prefix = $_prefix
 AR=ar
 CC=$_cc
@@ -2432,6 +2437,8 @@
 
 /* Define this to any prefered value from 386 up to infinity with step 100 */
 #define __CPU__ $iproc
+
+$_linux_def
 
 #ifdef sun
 #define	DEFAULT_CDROM_DEVICE	"/vol/dev/aliases/cdrom0"




More information about the MPlayer-cvslog mailing list