| Index: source/libvpx/vpx/vpx_integer.h
|
| diff --git a/source/libvpx/vpx/vpx_integer.h b/source/libvpx/vpx/vpx_integer.h
|
| index 500f9b901ebb6f71d88f594f5a8469b44499b99e..829c9d132c8c16dcd92a5e688e4c524787c143fb 100644
|
| --- a/source/libvpx/vpx/vpx_integer.h
|
| +++ b/source/libvpx/vpx/vpx_integer.h
|
| @@ -37,6 +37,8 @@ typedef unsigned int uint32_t;
|
| typedef signed __int64 int64_t;
|
| typedef unsigned __int64 uint64_t;
|
| #define INT64_MAX _I64_MAX
|
| +#define INT32_MAX _I32_MAX
|
| +#define INT32_MIN _I32_MIN
|
| #define INT16_MAX _I16_MAX
|
| #define INT16_MIN _I16_MIN
|
| #endif
|
|
|