[Mplayer-cvslog] CVS: main configure,1.424,1.425
Alex Beregszaszi
alex at mplayer.dev.hu
Mon Apr 15 19:08:14 CEST 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv13305
Modified Files:
configure
Log Message:
removed unused XP stuff
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- configure 13 Apr 2002 17:44:14 -0000 1.424
+++ configure 15 Apr 2002 17:08:02 -0000 1.425
@@ -226,7 +226,6 @@
_cc=gcc
test "$CC" && _cc="$CC"
_as=auto
-_enable_xp=no
_runtime_cpudetection=yes
for ac_option do
case "$ac_option" in
@@ -245,12 +244,6 @@
--disable-gcc-checking)
_skip_cc_check=yes
;;
- --enable-xp)
- _enable_xp=yes
- ;;
- --disable-xp)
- _enable_xp=no
- ;;
--enable-static)
_ld_static='-static'
;;
@@ -3337,10 +3330,6 @@
fi
echores "$_lirc"
-# checking for extra performance
-_def_xp='#undef __ENABLE_XP'
-test "$_enable_xp" = yes && _def_xp='#define __ENABLE_XP 1'
-echo Checking for xp = bleeding edge ... "$_enable_xp"
#############################################################################
echo "Creating config.mak"
@@ -3442,10 +3431,6 @@
GUI = $_gui
DEBUG = -DDEBUG
-# --- HAZARDOUS STUFF
-
-ENABLE_XP=$_enable_xp
-
EOF
#############################################################################
@@ -3778,12 +3763,6 @@
#if defined(HAVE_GL) || defined(HAVE_X11) || defined(HAVE_XV)
#define X11_FULLSCREEN 1
-#endif
-
-$_def_xp
-
-#ifdef __ENABLE_XP
-#define __ENABLE_DEC_AHEAD 1
#endif
EOF
More information about the MPlayer-cvslog
mailing list