On Thu, 12 May 2011, Diego Biurrun wrote:

> * freedos
> 
> With a bit of luck '-U__STRICT_ANSI__' can be dropped now, please test.

Don't think it can be dropped. I've got a djgpp setup and tested it now, 
and it fails on error codes. They define them like this:

#ifndef __STRICT_ANSI__
#define EAGAIN 5
[... and almost all the other error codes we use ...]
#endif

So basically, as long as we use -std=c99 here, we also need 
-U__STRICT_ANSI__.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to