mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
10l
Originally committed as revision 3282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
da1da89044
commit
9ff18a7089
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user