From ace8f26f54f769ee313d9203ea14d58fb076d604 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 15 Apr 2002 17:08:02 +0000 Subject: removed unused XP stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5635 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7276c25d49..7a7730d78b 100755 --- a/configure +++ b/configure @@ -226,7 +226,6 @@ done # for parm in ... _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 @@ for ac_option do --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 @@ else 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 @@ GTK_LIBS = $_ld_static $_ld_gui GUI = $_gui DEBUG = -DDEBUG -# --- HAZARDOUS STUFF - -ENABLE_XP=$_enable_xp - EOF ############################################################################# @@ -3780,12 +3765,6 @@ $_def_xshape #define X11_FULLSCREEN 1 #endif -$_def_xp - -#ifdef __ENABLE_XP -#define __ENABLE_DEC_AHEAD 1 -#endif - EOF ############################################################################# -- cgit v1.2.3