xvmclib vs xvmclibdir typo

noticed by Erik Auerswald, auerswal at unix-ag uni-kl de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19018 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-11 19:36:13 +00:00
parent 9f4c23ecc5
commit 64cbb8d12a
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -2121,8 +2121,8 @@ for ac_option do
--with-dxr2incdir=*)
_inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
--with-xvmclibdir=*)
_xvmclibdir=`echo $ac_option | cut -d '=' -f 2`
--with-xvmclib=*)
_xvmclib=`echo $ac_option | cut -d '=' -f 2`
;;
--with-dvbincdir=*)
_inc_dvb=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`