[MPlayer-dev-eng] [PATCH] fix --with-xvmclib option of configure

Erik Auerswald auerswal at unix-ag.uni-kl.de
Tue Jul 11 18:29:41 CEST 2006


Hi,

the configure option --with-xvmclib=NAME was broken since svn version
18984 (two instances of xvmclibdir -> xvmclib renames were forgotten).
This is fixed by the attached patch.

Erik
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 19016)
+++ configure	(working copy)
@@ -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'`


More information about the MPlayer-dev-eng mailing list