Mercurial > mplayer.hg
changeset 20665:75e031e21039
Remove empty variable.
author | diego |
---|---|
date | Sun, 05 Nov 2006 09:04:32 +0000 |
parents | 29f996a80af0 |
children | bc27c0fedfbe |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Nov 05 00:10:10 2006 +0000 +++ b/configure Sun Nov 05 09:04:32 2006 +0000 @@ -5170,10 +5170,9 @@ _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