[MPlayer-dev-eng] [PATCH] Fix libass with gcc 2.95

Jindrich Makovicka makovick at gmail.com
Sun Aug 13 20:05:49 CEST 2006


On Sun, 13 Aug 2006 16:39:46 +1000
"Imran Syed" <freakabcd at gmail.com> wrote:
> Uh, that patch only makes changes to make it c89 (or 90 if you wish)
> compatible (the original code used some c99 decls)
> 
> Why not just add -std=c89 or -ansi to the compile flags to catch these
> things on commit (or even before commit) ? From what I see in the
> manpage, gnu89 is the default standard used which 'includes some c99
> features'.

I think it would be unwise to disable C99 completely. MPlayer uses C99
features like lrint(f).

-- 
Jindrich Makovicka



More information about the MPlayer-dev-eng mailing list