mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
fix for systems not defining PRIu64, not everyone knows C99.
Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6f72dcf7e7
commit
e684b35d62
@ -104,6 +104,10 @@
|
|||||||
# endif /* other OS */
|
# endif /* other OS */
|
||||||
#endif /* EMULATE_INTTYPES */
|
#endif /* EMULATE_INTTYPES */
|
||||||
|
|
||||||
|
#ifndef PRIu64
|
||||||
|
#define PRIu64 "lld"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef INT16_MIN
|
#ifndef INT16_MIN
|
||||||
#define INT16_MIN (-0x7fff-1)
|
#define INT16_MIN (-0x7fff-1)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user