mirror of
https://github.com/mpv-player/mpv
synced 2025-02-24 08:57:00 +00:00
consistency fix: --with-foo switches shall not enable options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18741 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e261eefda0
commit
6ac48bdb5f
5
configure
vendored
5
configure
vendored
@ -2021,7 +2021,6 @@ for ac_option do
|
||||
;;
|
||||
--with-libdvdnav=*)
|
||||
_dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
|
||||
_dvdnav=yes
|
||||
;;
|
||||
|
||||
--with-codecsdir=*)
|
||||
@ -2031,15 +2030,12 @@ for ac_option do
|
||||
;;
|
||||
--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 @@ for ac_option do
|
||||
;;
|
||||
--with-mlibdir=*)
|
||||
_mlibdir=`echo $ac_option | cut -d '=' -f 2`
|
||||
_mlib=yes
|
||||
;;
|
||||
|
||||
--with-xmmslibdir=*)
|
||||
|
Loading…
Reference in New Issue
Block a user