summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-11 19:36:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-11 19:36:13 +0000
commit64cbb8d12ad4f6f6c54ea16ad1709a61794ef417 (patch)
tree1267c544af484ea34f7bc00eb97b0429a68307dc /configure
parent9f4c23ecc5d2dd0732634c1581b6a99cee0ecd63 (diff)
downloadmpv-64cbb8d12ad4f6f6c54ea16ad1709a61794ef417.tar.bz2
mpv-64cbb8d12ad4f6f6c54ea16ad1709a61794ef417.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c3a2baacf4..cc23506801 100755
--- a/configure
+++ b/configure
@@ -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'`