[MPlayer-cvslog] r27842 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Oct 28 19:00:12 CET 2008
Author: diego
Date: Tue Oct 28 19:00:11 2008
New Revision: 27842
Log:
Make sure that linker flags passed as configure parameters appear before
those detected by configure so that the former can override the latter.
patch by Giacomo Comes, comes naic edu
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Oct 28 19:00:11 2008
@@ -7723,7 +7723,7 @@ _ld_tmp=""
for I in $_libs_mplayer ; do
_tmp=`echo $I | sed -e 's/^-L.*$//'`
if test -z "$_tmp" ; then
- _ld_extra="$I $_ld_extra"
+ _ld_extra="$_ld_extra $I"
else
_ld_tmp="$_ld_tmp $I"
fi
More information about the MPlayer-cvslog
mailing list