Mercurial > mplayer.hg
comparison configure @ 20665:75e031e21039
Remove empty variable.
author | diego |
---|---|
date | Sun, 05 Nov 2006 09:04:32 +0000 |
parents | 29f996a80af0 |
children | fd69d3fa851c |
comparison
equal
deleted
inserted
replaced
20664:29f996a80af0 | 20665:75e031e21039 |
---|---|
5168 EOF | 5168 EOF |
5169 _dvdnav=no | 5169 _dvdnav=no |
5170 _dvdnavdir=`$_dvdnavconfig --cflags` | 5170 _dvdnavdir=`$_dvdnavconfig --cflags` |
5171 _dvdnavlibs=`$_dvdnavconfig --libs` | 5171 _dvdnavlibs=`$_dvdnavconfig --libs` |
5172 _dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"` | 5172 _dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"` |
5173 _used_css= | |
5174 _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2` | 5173 _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2` |
5175 test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \ | 5174 test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \ |
5176 cc_check $_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes | 5175 cc_check $_dvdnavdir $_dvdnavlibs $_ld_dl $_ld_pthread && _dvdnav=yes |
5177 fi | 5176 fi |
5178 if test "$_dvdnav" = yes ; then | 5177 if test "$_dvdnav" = yes ; then |
5179 _largefiles=yes | 5178 _largefiles=yes |
5180 _def_dvdnav='#define USE_DVDNAV 1' | 5179 _def_dvdnav='#define USE_DVDNAV 1' |
5181 _ld_dvdnav=`$_dvdnavconfig --libs` | 5180 _ld_dvdnav=`$_dvdnavconfig --libs` |