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

Phil Oleynik Oleynik.Phil at mail.ioffe.ru
Sat Sep 8 11:22:24 CEST 2007


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

Otherwise, you try to pass a parameter for configure script.
best regards, Phil



More information about the MPlayer-users mailing list