summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-21 09:34:12 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-21 09:34:12 +0000
commita5a9d4f689e1a65a95318259bd0979c56939cbe6 (patch)
treecba2c4c0ddb7ab33bb38269758ee6557ced30264 /configure
parent2029141cf3ae1104b4dd33063abec2bc6b9cba19 (diff)
downloadmpv-a5a9d4f689e1a65a95318259bd0979c56939cbe6.tar.bz2
mpv-a5a9d4f689e1a65a95318259bd0979c56939cbe6.tar.xz
Remove superfluous variable settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19475 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 70590f8332..af0e118115 100755
--- a/configure
+++ b/configure
@@ -3833,7 +3833,6 @@ if test "$_xv" = yes ; then
_vosrc="$_vosrc vo_xv.c"
_vomodules="xv $_vomodules"
else
- _xv=no
_def_xv='#undef HAVE_XV'
_novomodules="xv $_novomodules"
fi
@@ -3884,7 +3883,6 @@ if test "$_xinerama" = yes ; then
_def_xinerama='#define HAVE_XINERAMA 1'
_ld_xinerama='-lXinerama'
else
- _xinerama=no
_def_xinerama='#undef HAVE_XINERAMA'
fi
echores "$_xinerama"