mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
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:
parent
45f3704c6d
commit
523fc7c17d
@ -109,6 +109,10 @@
|
||||
#define PRIx64 "llx"
|
||||
#endif
|
||||
|
||||
#ifndef PRIX64
|
||||
#define PRIX64 "llX"
|
||||
#endif
|
||||
|
||||
#ifndef PRId32
|
||||
#define PRId32 "d"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user