summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorSteve L'Homme <slhomme@divxcorp.com>2006-11-01 22:37:56 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-01 22:37:56 +0000
commit523fc7c17ddd0b4e31b9fb590483ac4c34e0b5f8 (patch)
treec830b2003f8b6743ae5527cd8abd099dacc11d56 /libavutil
parent45f3704c6d23f31c9399130792350441c8fb77f3 (diff)
downloadffmpeg-streaming-523fc7c17ddd0b4e31b9fb590483ac4c34e0b5f8.zip
ffmpeg-streaming-523fc7c17ddd0b4e31b9fb590483ac4c34e0b5f8.tar.gz
Define fallback for PRIX64, taken from a patch by Steve L'Homme.
Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index babdab2..b4a9112 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
OpenPOWER on IntegriCloud