Mercurial > mplayer.hg
changeset 21076:e11d06eec202
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
author | diego |
---|---|
date | Mon, 20 Nov 2006 01:31:15 +0000 |
parents | e09b3a8a11d3 |
children | 7f3cccd16b26 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Nov 20 00:59:05 2006 +0000 +++ b/configure Mon Nov 20 01:31:15 2006 +0000 @@ -5120,7 +5120,7 @@ if test "$_dvdnav" = yes ; then _largefiles=yes _def_dvdnav='#define USE_DVDNAV 1' - _ld_extra="$_ld_extra $_dvdnavconfig --libs" + _ld_extra="$_ld_extra `$_dvdnavconfig --libs`" _dvdnav_version=`$_dvdnavconfig --version | sed "s/\.//g"` _def_dvdnav_version="#define DVDNAVVERSION $_dvdnav_version" _inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"