[Ffmpeg-devel] [PATCH] Missing "inttypes.h" on windows
Diego Biurrun
diego
Tue Nov 8 13:05:53 CET 2005
On Sun, Nov 06, 2005 at 11:25:18PM -0800, Steve Lhomme wrote:
> This is the kind of trick we added to our source base :
>
> #ifdef _MSC_VER
> # define EMULATE_INTTYPES
> # define strcasecmp stricmp
> #endif
What is this _MSC_VER #define? And why do you #define strcasecmp?
Currently I am tempted to apply a simplified version of Fredrik's patch.
Diego
More information about the ffmpeg-devel
mailing list