summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-17 17:18:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-17 17:18:46 +0000
commit31f2211d05f6a59da1408cceada619ca9c3acb73 (patch)
tree79251d71ce2a1757bd1507ba658c6d1461d6ead4 /configure
parentfcb5bf04a98471515b260a1735a2c7d0f5f2634e (diff)
downloadmpv-31f2211d05f6a59da1408cceada619ca9c3acb73.tar.bz2
mpv-31f2211d05f6a59da1408cceada619ca9c3acb73.tar.xz
Rename --with-libdvnav --> --with-dvdnavdir for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18744 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 29c90f4a3c..8d535be731 100755
--- a/configure
+++ b/configure
@@ -2019,7 +2019,7 @@ for ac_option do
--language=*)
_language=`echo $ac_option | cut -d '=' -f 2`
;;
- --with-libdvdnav=*)
+ --with-dvdnavdir=*)
_dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
;;