mirror of https://github.com/mpv-player/mpv
Remove superfluous variable settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19475 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2029141cf3
commit
a5a9d4f689
|
@ -3833,7 +3833,6 @@ if test "$_xv" = yes ; then
|
||||||
_vosrc="$_vosrc vo_xv.c"
|
_vosrc="$_vosrc vo_xv.c"
|
||||||
_vomodules="xv $_vomodules"
|
_vomodules="xv $_vomodules"
|
||||||
else
|
else
|
||||||
_xv=no
|
|
||||||
_def_xv='#undef HAVE_XV'
|
_def_xv='#undef HAVE_XV'
|
||||||
_novomodules="xv $_novomodules"
|
_novomodules="xv $_novomodules"
|
||||||
fi
|
fi
|
||||||
|
@ -3884,7 +3883,6 @@ if test "$_xinerama" = yes ; then
|
||||||
_def_xinerama='#define HAVE_XINERAMA 1'
|
_def_xinerama='#define HAVE_XINERAMA 1'
|
||||||
_ld_xinerama='-lXinerama'
|
_ld_xinerama='-lXinerama'
|
||||||
else
|
else
|
||||||
_xinerama=no
|
|
||||||
_def_xinerama='#undef HAVE_XINERAMA'
|
_def_xinerama='#undef HAVE_XINERAMA'
|
||||||
fi
|
fi
|
||||||
echores "$_xinerama"
|
echores "$_xinerama"
|
||||||
|
|
Loading…
Reference in New Issue