Mercurial > mplayer.hg
changeset 19013:a96a013b186c
xvmclib vs xvmclibdir typo
noticed by Erik Auerswald, auerswal at unix-ag uni-kl de
author | diego |
---|---|
date | Tue, 11 Jul 2006 19:36:13 +0000 |
parents | 218889a99c23 |
children | 7fb19852aa99 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jul 11 18:40:02 2006 +0000 +++ b/configure Tue Jul 11 19:36:13 2006 +0000 @@ -2121,8 +2121,8 @@ --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'`