[Ffmpeg-devel] [PATCH] Correct inttypes.h emulation for VisualStudio

Steve Lhomme steve.lhomme
Mon Dec 4 22:21:29 CET 2006


Michael Niedermayer wrote:
>> What is the technical reason?
> 
> code duplication (inttypes.h duplicated in every C99 program) with the
> resulting increased amount of bugs, maintaince, space, net bandwidth, ...

Why would any other compiler than MS use that internal inttypes.h ?

#ifdef _MSC_VER
#include "msvc_inttypes.h"
#endif

Anyway, what's beyond understanding is why a workaround that used to be 
there and was making everyone happy was removing. It didn't fix 
anything, but it did create a problem for many people.

Steve




More information about the ffmpeg-devel mailing list