Commit d1aab1e8 authored by mru's avatar mru

remove fallback definitions of PRIxNN macros,

patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8118 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 59df1986
......@@ -46,34 +46,6 @@
#define M_PI 3.14159265358979323846
#endif
#ifndef PRId64
#define PRId64 "lld"
#endif
#ifndef PRIu64
#define PRIu64 "llu"
#endif
#ifndef PRIx64
#define PRIx64 "llx"
#endif
#ifndef PRIX64
#define PRIX64 "llX"
#endif
#ifndef PRId32
#define PRId32 "d"
#endif
#ifndef PRIdFAST16
#define PRIdFAST16 PRId32
#endif
#ifndef PRIdFAST32
#define PRIdFAST32 PRId32
#endif
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment