diff --git a/libavutil/common.h b/libavutil/common.h index babdab2064..b4a9112ee9 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -109,6 +109,10 @@ #define PRIx64 "llx" #endif +#ifndef PRIX64 +#define PRIX64 "llX" +#endif + #ifndef PRId32 #define PRId32 "d" #endif