summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index e4e6dfa7d7..a1c5927a22 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -104,6 +104,10 @@
# endif /* other OS */
#endif /* EMULATE_INTTYPES */
+#ifndef PRIu64
+#define PRIu64 "lld"
+#endif
+
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)
#endif