shithub: libvpx

Download patch

ref: 76d7b379a97b634df19fd37dee1fd446d42933d4
parent: 811759d8685095e69c3fa710bacfe59d62dbf831
author: Johann <johann.koenig@duck.com>
date: Fri Nov 2 03:34:12 EDT 2018

fix snprintf error on windows

Include vpx_ports/msvc.h to handle snprintf on older
versions of Visual Studio

Change-Id: I06cd99b32bbae82b3df079d41ff20a9a07f6fe1c

--- a/test/predict_test.cc
+++ b/test/predict_test.cc
@@ -22,6 +22,7 @@
 #include "test/util.h"
 #include "vpx/vpx_integer.h"
 #include "vpx_mem/vpx_mem.h"
+#include "vpx_ports/msvc.h"
 
 namespace {