summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-18 11:15:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-18 11:15:20 +0000
commit2ca712f6cb6c06f7df05c673299a047bfcc53b67 (patch)
treee4861e026eea2dadb526e8f1d9b415e1a423be78 /configure
parentf4091e479165fa7399bdc8948345ed7adb89e78d (diff)
downloadmpv-2ca712f6cb6c06f7df05c673299a047bfcc53b67.tar.bz2
mpv-2ca712f6cb6c06f7df05c673299a047bfcc53b67.tar.xz
Rename --with-dts*dir options to --with-libdts*dir for consistency and
as preparation for upcoming patches. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18750 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index b8c26b794c..9337a7f622 100755
--- a/configure
+++ b/configure
@@ -412,8 +412,8 @@ multiple paths separated by ':'):
--with-xvidincdir=DIR XviD header in DIR (*)
--with-x264libdir=DIR libx264 in DIR
--with-x264incdir=DIR x264 header in DIR
- --with-dtslibdir=DIR libdts library in DIR (*)
- --with-dtsincdir=DIR libdts header in DIR (*)
+ --with-libdtslibdir=DIR libdts library in DIR (*)
+ --with-libdtsincdir=DIR libdts header in DIR (*)
--with-livelibdir=DIR LIVE555 Streaming Media libraries in DIR
--with-toolamedir=DIR path to Toolame library and include file
--with-xmmsplugindir=DIR XMMS plugins in DIR
@@ -2110,10 +2110,10 @@ for ac_option do
--with-xvidincdir=*)
_inc_xvid=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
- --with-dtslibdir=*)
+ --with-libdtslibdir=*)
_ld_libdts=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
;;
- --with-dtsincdir=*)
+ --with-libdtsincdir=*)
_inc_libdts=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
--with-x264libdir=*)