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!

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to