[Ffmpeg-devel] old "inttypes.h not found" error

Alexander Chemeris ipse.ffmpeg
Tue Jan 23 15:43:26 CET 2007


Hello,

On 1/23/07, M?ns Rullg?rd <mru at inprovide.com> wrote:
>
> Cool_Zer0 said:
> > On 1/23/07, Axel Gallus <uh5d at rz.uni-karlsruhe.de> wrote:
> > You can replace
> > #include <inttypes.h">
> > with
> >
> >
> > typedef signed char  int8_t;
> > typedef signed short int16_t;
> > typedef signed int   int32_t;
> > typedef unsigned char  uint8_t;
> > typedef unsigned short uint16_t;
> > typedef unsigned int   uint32_t;
> > typedef signed long long   int64_t;
> > typedef unsigned long long uint64_t;
>
> There's an even better option.  Someone created an inttypes.h that works
> with msvc.  Search the mailing list archives from late last year.
It was me.

Me version of stdint.h and inttypes.h could be downloaded here:
http://msinttypes.googlecode.com/svn/trunk/

Main project page is here:
http://code.google.com/p/msinttypes/

-- 
Regards,
Alexander Chemeris.




More information about the ffmpeg-devel mailing list