[MPlayer-cvslog] r18741 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Jun 17 17:47:38 CEST 2006
Author: diego
Date: Sat Jun 17 17:47:37 2006
New Revision: 18741
Modified:
trunk/configure
Log:
consistency fix: --with-foo switches shall not enable options.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Jun 17 17:47:37 2006
@@ -2021,7 +2021,6 @@
;;
--with-libdvdnav=*)
_dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
- _dvdnav=yes
;;
--with-codecsdir=*)
@@ -2031,15 +2030,12 @@
;;
--with-win32libdir=*)
_win32libdir=`echo $ac_option | cut -d '=' -f 2`
- _win32=yes
;;
--with-xanimlibdir=*)
_xanimlibdir=`echo $ac_option | cut -d '=' -f 2`
- _xanim=yes
;;
--with-reallibdir=*)
_reallibdir=`echo $ac_option | cut -d '=' -f 2`
- _real=yes
;;
--with-livelibdir=*)
_livelibdir=`echo $ac_option | cut -d '=' -f 2`
@@ -2049,7 +2045,6 @@
;;
--with-mlibdir=*)
_mlibdir=`echo $ac_option | cut -d '=' -f 2`
- _mlib=yes
;;
--with-xmmslibdir=*)
More information about the MPlayer-cvslog
mailing list