[MPlayer-users] Passing extra CFLAGS to MPlayer's configure

Jan Schiefer cheaterjs at gmx.de
Sat Sep 8 17:00:03 CEST 2007


Ivo schrieb:
> 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

Thanks.

Greetings,
Jan Schiefer!




More information about the MPlayer-users mailing list