summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 09:04:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 09:04:32 +0000
commit226ebff4c8679b766e0e85c46ef1b5579c313c63 (patch)
treebfb876d75faf79ca8bca61d9ab4e4a9ddeed6e48 /configure
parentab1f8763494a12aa1f10c7965b833d1e8ea89948 (diff)
downloadmpv-226ebff4c8679b766e0e85c46ef1b5579c313c63.tar.bz2
mpv-226ebff4c8679b766e0e85c46ef1b5579c313c63.tar.xz
Remove empty variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20681 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 361ec9d8c8..8db6d40c67 100755
--- a/configure
+++ b/configure
@@ -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