Remove superfluous variable settings.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19475 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-21 09:34:12 +00:00
parent 2029141cf3
commit a5a9d4f689
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -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"