Mercurial > mplayer.hg
changeset 19599:0d42130331b2
split in 2 'horribly long line'
author | nicodvb |
---|---|
date | Wed, 30 Aug 2006 22:28:48 +0000 |
parents | 4cff22c91b39 |
children | f6b9d778a9bc |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Aug 30 22:25:40 2006 +0000 +++ b/configure Wed Aug 30 22:28:48 2006 +0000 @@ -5176,7 +5176,8 @@ _dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"` _used_css= _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2` - test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes + test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \ + cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes fi if test "$_dvdnav" = yes ; then _largefiles=yes