[MPlayer-cvslog] r27240 - trunk/configure

Uoti Urpala uoti.urpala at pp1.inet.fi
Wed Jul 9 20:17:01 CEST 2008


On Wed, 2008-07-09 at 18:47 +0200, Dominik 'Rathann' Mierzejewski wrote:
> On Tuesday, 08 July 2008 at 18:11, diego wrote:
> > Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to

> Why the GNU dialect? Shouldn't we aim for ISO C99 instead (-std=c99)?

Using "-std=c99" is comparable to using "-ansi" with old C ("-std=c89"
is equivalent in current GCC). It would require changes in
MPlayer/FFmpeg (must use "__asm__" instead of "asm" and various other
issues) and also triggers problems in some external headers.




More information about the MPlayer-cvslog mailing list