shithub: libvpx

Download patch

ref: 8a06cb55ee239c2fb7356167021de903b26b6a2c
parent: d6aae4d45690a9b6efc7fd7e1dbe1fc80811f850
parent: 850a919640030a7a9813163491cf7c5bde77ce65
author: Yaowu Xu <yaowu@google.com>
date: Wed Oct 9 09:04:20 EDT 2013

Merge "Added #define of snprintf for MSVC"

--- a/vp9/common/vp9_systemdependent.h
+++ b/vp9/common/vp9_systemdependent.h
@@ -13,6 +13,7 @@
 
 #ifdef _MSC_VER
 #include <math.h>
+#define snprintf _snprintf
 #endif
 
 #include "./vpx_config.h"