1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

Rename --with-libdvnav --> --with-dvdnavdir for consistency.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18744 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-17 17:18:46 +00:00
parent fcb5bf04a9
commit 31f2211d05

2
configure vendored
View File

@ -2019,7 +2019,7 @@ for ac_option do
--language=*) --language=*)
_language=`echo $ac_option | cut -d '=' -f 2` _language=`echo $ac_option | cut -d '=' -f 2`
;; ;;
--with-libdvdnav=*) --with-dvdnavdir=*)
_dvdnavdir=`echo $ac_option | cut -d '=' -f 2` _dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
;; ;;