summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/common.h4
1 files changed, 4 insertions, 0 deletions
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