Commit 47577414 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6867 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9854c154
......@@ -109,6 +109,10 @@
#define PRIx64 "llx"
#endif
#ifndef PRIX64
#define PRIX64 "llX"
#endif
#ifndef PRId32
#define PRId32 "d"
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment