Define fallback for PRIX64, taken from a patch by Steve L'Homme.

Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Steve L'Homme 2006-11-01 22:37:56 +00:00 committed by Diego Biurrun
parent 45f3704c6d
commit 523fc7c17d
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@
#define PRIx64 "llx"
#endif
#ifndef PRIX64
#define PRIX64 "llX"
#endif
#ifndef PRId32
#define PRId32 "d"
#endif