1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 08:26:56 +00:00

split in 2 'horribly long line'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19605 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-08-30 22:28:48 +00:00
parent 735e934c58
commit 43e33c6538

3
configure vendored
View File

@ -5176,7 +5176,8 @@ EOF
_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