Commit 313e3d6c authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3282 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1bb9f7f3
......@@ -30,6 +30,7 @@
# include <stdio.h>
# include <string.h>
# include <ctype.h>
# include <limits.h>
# ifndef __BEOS__
# include <errno.h>
# else
......@@ -130,7 +131,7 @@ typedef unsigned int uint_fast32_t;
#endif
#ifndef INT_BIT
# if INT_MAX == INT64_MAX
# if INT_MAX != 2147483647
# define INT_BIT 64
# else
# define INT_BIT 32
......
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