summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-15 17:08:02 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-15 17:08:02 +0000
commitace8f26f54f769ee313d9203ea14d58fb076d604 (patch)
treea55323a1dc34140f8670e17dab046c1de43e5702 /configure
parent6fbbfc9e17bcfb6a9d92262a6bf184b9d634d31a (diff)
downloadmpv-ace8f26f54f769ee313d9203ea14d58fb076d604.tar.bz2
mpv-ace8f26f54f769ee313d9203ea14d58fb076d604.tar.xz
removed unused XP stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5635 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure21
1 files changed, 0 insertions, 21 deletions
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
#############################################################################