OSDN Git Service

Define fallback for PRIX64, taken from a patch by Steve L'Homme.
authorSteve L'Homme <slhomme@divxcorp.com>
Wed, 1 Nov 2006 22:37:56 +0000 (22:37 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 1 Nov 2006 22:37:56 +0000 (22:37 +0000)
Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index babdab2..b4a9112 100644 (file)
 #define PRIx64 "llx"
 #endif
 
+#ifndef PRIX64
+#define PRIX64 "llX"
+#endif
+
 #ifndef PRId32
 #define PRId32 "d"
 #endif