shithub: libvpx

Download patch

ref: 03bc5a3aa9557d2ae8199f13ace3165103b7437c
parent: 67b61c7aceca1fa84685c7378505e37f63904ea7
author: Yaowu Xu <yaowu@google.com>
date: Mon Feb 9 11:26:53 EST 2015

Add two constant definitions

This fixes compiler errors for vs 2008.

Change-Id: Ifaabb1c5e74fe6ede6dacf66ec3f634fecb556fd

--- a/vpx/vpx_integer.h
+++ b/vpx/vpx_integer.h
@@ -37,6 +37,8 @@
 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