mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ?
Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4733abcbf3
commit
86f77a493a
@ -108,8 +108,28 @@
|
|||||||
# endif /* other OS */
|
# endif /* other OS */
|
||||||
#endif /* EMULATE_INTTYPES */
|
#endif /* EMULATE_INTTYPES */
|
||||||
|
|
||||||
|
#ifndef PRId64
|
||||||
|
#define PRId64 "lld"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PRIu64
|
#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
|
#endif
|
||||||
|
|
||||||
#ifndef INT16_MIN
|
#ifndef INT16_MIN
|
||||||
|
Loading…
Reference in New Issue
Block a user