[Libav-user] fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
Wenpeng Zhou
zhou.wenpeng at rdnet.fi
Thu Oct 25 13:37:14 CEST 2012
Hi,
I tried to compile one simple ffmpeg C++ example with VC++ 2010
But the error is: fatal error C1083: Cannot open include file: 'inttypes.h':
No such file or directory
#include <libavformat/avformat.h>
int main (int argc, char **argv)
{
av_register_all();
return 0;
}
Where can we find the header file inttypes.h for VC++ 2010?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20121025/692e387a/attachment.html>
More information about the Libav-user
mailing list