mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 18:06:18 +00:00
Remove empty variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20681 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ab1f876349
commit
226ebff4c8
3
configure
vendored
3
configure
vendored
@ -5170,10 +5170,9 @@ EOF
|
||||
_dvdnavdir=`$_dvdnavconfig --cflags`
|
||||
_dvdnavlibs=`$_dvdnavconfig --libs`
|
||||
_dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"`
|
||||
_used_css=
|
||||
_dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2`
|
||||
test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \
|
||||
cc_check $_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
|
||||
cc_check $_dvdnavdir $_dvdnavlibs $_ld_dl $_ld_pthread && _dvdnav=yes
|
||||
fi
|
||||
if test "$_dvdnav" = yes ; then
|
||||
_largefiles=yes
|
||||
|
Loading…
Reference in New Issue
Block a user