--- vpx/vpx_integer.h- 2014-09-17 15:49:58.000000000 -0700 +++ vpx/vpx_integer.h 2014-09-17 15:52:59.000000000 -0700 @@ -15,6 +15,8 @@ /* get ptrdiff_t, size_t, wchar_t, NULL */ #include +#if !defined(VPX_DONT_DEFINE_STDINT_TYPES) + #if defined(_MSC_VER) #define VPX_FORCE_INLINE __forceinline #define VPX_INLINE __inline @@ -56,6 +58,8 @@ #endif +#endif // VPX_DONT_DEFINE_STDINT_TYPES + /* VS2010 defines stdint.h, but not inttypes.h */ #if defined(_MSC_VER) && _MSC_VER < 1800 #define PRId64 "I64d"