[Ffmpeg-cvslog] r7050 - in trunk: configure libavutil/common.h

* at reimardoeffinger.de *
Tue Nov 14 14:11:38 CET 2006


> 
>-#ifndef EMULATE_INTTYPES
>+#ifdef HAVE_INTTYPES
> #   include <inttypes.h>
> #else

This seems like a really bad idea to me, since this header is for use by external programs AFAIK, which means that
1) previous code would at worst fail because of missing inttypes.h, like this it might use incorrect typedefs
2) Such a change in a public header IMHO is an API change.

Greetings,
Reimar D?ffinger

P.S. sorry for using such a broken mailer.




More information about the ffmpeg-cvslog mailing list