Mercurial > mplayer.hg
changeset 5634:cc24d5e2573f
removed unused XP stuff
author | alex |
---|---|
date | Mon, 15 Apr 2002 17:08:02 +0000 |
parents | b62460b1db74 |
children | b3a87b753441 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Apr 15 14:01:07 2002 +0000 +++ b/configure Mon Apr 15 17:08:02 2002 +0000 @@ -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 ############################################################################# @@ -3780,12 +3765,6 @@ #define X11_FULLSCREEN 1 #endif -$_def_xp - -#ifdef __ENABLE_XP -#define __ENABLE_DEC_AHEAD 1 -#endif - EOF #############################################################################