# HG changeset patch # User diego # Date 1150629320 0 # Node ID 5f68ff22c226bf6b32ca5acf56291e736aa5b8bd # Parent 497ebe3ecc2bf3906762e6722d8c09e6b8188376 Rename --with-dts*dir options to --with-libdts*dir for consistency and as preparation for upcoming patches. diff -r 497ebe3ecc2b -r 5f68ff22c226 configure --- a/configure Sun Jun 18 10:59:23 2006 +0000 +++ b/configure Sun Jun 18 11:15:20 2006 +0000 @@ -412,8 +412,8 @@ --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 @@ --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=*)