[MPlayer-cvslog] r29043 - trunk/configure
Diego Biurrun
diego at biurrun.de
Tue Mar 24 13:43:59 CET 2009
On Tue, Mar 24, 2009 at 02:55:21PM +0300, Andrew Savchenko wrote:
>
> On Tuesday 24 March 2009 02:37, diego wrote:
> >
> > Log:
> > Rename --with-extraincdir option to --extra-cflags.
> [...]
> > @@ -765,9 +765,6 @@ for ac_option do
> > - --with-extraincdir=*)
> > - _inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:,
> > -I,g'` - ;;
> > -L,g'` ;;
> > @@ -801,6 +798,9 @@ for ac_option do
> >
> > + --extra-cflags=*)
> > + _extra_cflags=-`echo $ac_option | cut -d '=' -f 2`
> > + ;;
>
> This brokes multiple paths specification, previously it was
> possible using ':' separator. Please fix it.
This is intended behavior. Just pass whatever CFLAGS you need to the
new option, surrounded by quotes.
Diego
More information about the MPlayer-cvslog
mailing list