提交 e684b35d 编写于 作者: F François Revol

fix for systems not defining PRIu64, not everyone knows C99.

Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6f72dcf7
......@@ -104,6 +104,10 @@
# endif /* other OS */
#endif /* EMULATE_INTTYPES */
#ifndef PRIu64
#define PRIu64 "lld"
#endif
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册