[MPlayer-users] Passing extra CFLAGS to MPlayer's configure
Ivo
ivop at euronet.nl
Sat Sep 8 11:40:19 CEST 2007
On Saturday 08 September 2007 11:22, Phil Oleynik wrote:
> Jan Schiefer wrote:
> > Hi!
> >
> > How is it possible to pass extra user defined CFLAGS to configure?
> > ./configure CFLAGS="my extra cflags" won't work.
>
> Hello,
> this should be done in reverse order:
>
> CFLAGS="my extra cflags" ; ./configure
Without the ; unless CFLAGS is exported.
i.e.
export CFLAGS="-someflag"
./configure
or
CFLAGS="-someflag" ./configure
--Ivo
More information about the MPlayer-users
mailing list