Commit fdd0bb56 authored by mmu_man's avatar mmu_man

Add some more PRIfooNN crap so it builds again here. Why can't ppl add...

Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ?


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4741 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4ccab6b1
......@@ -108,8 +108,28 @@
# endif /* other OS */
#endif /* EMULATE_INTTYPES */
#ifndef PRId64
#define PRId64 "lld"
#endif
#ifndef PRIu64
#define PRIu64 "lld"
#define PRIu64 "llu"
#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
......
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