Mercurial > mplayer.hg
changeset 21074:738425edf828
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
author | diego |
---|---|
date | Mon, 20 Nov 2006 00:55:57 +0000 |
parents | 8f6483942b59 |
children | e09b3a8a11d3 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Nov 20 00:19:43 2006 +0000 +++ b/configure Mon Nov 20 00:55:57 2006 +0000 @@ -5434,7 +5434,7 @@ if test "$_fribidi" = yes ; then _def_fribidi='#define USE_FRIBIDI' _inc_extra="$_inc_extra `$_fribidiconfig --cflags`" - _ld_extra="$_ld_extra `$_fribidiconfig --libs` + _ld_extra="$_ld_extra `$_fribidiconfig --libs`" else _def_fribidi='#undef USE_FRIBIDI' fi @@ -6777,7 +6777,7 @@ # FIXME network check if test "$_network" = yes ; then _def_network='#define MPLAYER_NETWORK 1' - _ld_extra="_ld_extra $_ld_sock" + _ld_extra="$_ld_extra $_ld_sock" _inputmodules="network $_inputmodules" else _noinputmodules="network $_noinputmodules"