[MPlayer-cvslog] r29139 - in branches/1.0rc3: . configure
diego
subversion at mplayerhq.hu
Sat Apr 4 16:25:48 CEST 2009
Author: diego
Date: Sat Apr 4 16:25:47 2009
New Revision: 29139
Log:
Merge fix for CFLAGS and LDFLAGS handling from trunk.
Modified:
branches/1.0rc3/ (props changed)
branches/1.0rc3/configure
Modified: branches/1.0rc3/configure
==============================================================================
--- branches/1.0rc3/configure Sat Apr 4 16:17:53 2009 (r29138)
+++ branches/1.0rc3/configure Sat Apr 4 16:25:47 2009 (r29139)
@@ -795,10 +795,10 @@ for ac_option do
;;
--extra-cflags=*)
- extra_cflags=`echo $ac_option | cut -d '=' -f 2`
+ extra_cflags=`echo $ac_option | cut -d '=' -f 2-`
;;
--extra-ldflags=*)
- extra_ldflags=`echo $ac_option | cut -d '=' -f 2`
+ extra_ldflags=`echo $ac_option | cut -d '=' -f 2-`
;;
--extra-libs=*)
extra_libs=`echo $ac_option | cut -d '=' -f 2`
More information about the MPlayer-cvslog
mailing list