[MPlayer-cvslog] r21090 - trunk/configure

diego subversion at mplayerhq.hu
Mon Nov 20 01:55:57 CET 2006


Author: diego
Date: Mon Nov 20 01:55:57 2006
New Revision: 21090

Modified:
   trunk/configure

Log:
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Nov 20 01:55:57 2006
@@ -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-cvslog mailing list