Define fallback for PRIX64, taken from a patch by Steve L'Homme.

Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Steve L'Homme 18 years ago committed by Diego Biurrun
parent 45f3704c6d
commit 523fc7c17d
  1. 4
      libavutil/common.h

@ -109,6 +109,10 @@
#define PRIx64 "llx"
#endif
#ifndef PRIX64
#define PRIX64 "llX"
#endif
#ifndef PRId32
#define PRId32 "d"
#endif

Loading…
Cancel
Save