Macro definition of snprintf conflicts with Standard Library function declaration
即将此处的宏定义注释掉,因为在VS2015中已经对snprintf提供了官方支持
D:devlibvpxlibvpx-v1.3.0vp9commonvp9_systemdependent.h
1 #ifdef _MSC_VER 2 #include <math.h> 3 //#define snprintf _snprintf 4 #endif