[MPlayer-dev-eng] configure, Revision 21089
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Nov 20 01:46:11 CET 2006
configure was broken in 21089.
Greetings, Carl Eugen
Index: configure
===================================================================
--- configure (Revision 21089)
+++ configure (Arbeitskopie)
@@ -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"
More information about the MPlayer-dev-eng
mailing list