[FFmpeg-devel] [PATCH] don't include intypes.h directly

Rich Felker dalias
Sat Nov 10 20:45:32 CET 2007


On Sat, Nov 10, 2007 at 05:59:29PM +0000, M?ns Rullg?rd wrote:
> > Except some platforms don't have stuff in that header but in another 
> > (like inttypes.h).
> 
> Those platforms should be fixed or ignored.

Both inttypes.h and stdint.h are in the C99 standard, but ffmpeg aims
(afaik) to use a minimal subset of C99 that's more compatible with
historical systems. inttypes.h exists on almost all historical systems
and is probably also part of a pre-C99 POSIX or XOPEN standard. I've
never heard of a system that has stdint.h but lacks inttypes.h.

Rich




More information about the ffmpeg-devel mailing list