[MPlayer-cvslog] r19018 - trunk/configure
    diego 
    subversion at mplayerhq.hu
       
    Tue Jul 11 21:36:13 CEST 2006
    
    
  
Author: diego
Date: Tue Jul 11 21:36:13 2006
New Revision: 19018
Modified:
   trunk/configure
Log:
xvmclib vs xvmclibdir typo
noticed by Erik Auerswald, auerswal at unix-ag uni-kl de
Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jul 11 21:36:13 2006
@@ -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-cvslog
mailing list