]> granicus.if.org Git - libvpx/commit
fix snprintf error on windows
authorJohann <johann.koenig@duck.com>
Fri, 2 Nov 2018 14:34:12 +0000 (07:34 -0700)
committerJohann <johann.koenig@duck.com>
Fri, 2 Nov 2018 14:34:12 +0000 (07:34 -0700)
commit76d7b379a97b634df19fd37dee1fd446d42933d4
treee03bcad766329ded40077c04e492fd8942d1179a
parent811759d8685095e69c3fa710bacfe59d62dbf831
fix snprintf error on windows

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

Change-Id: I06cd99b32bbae82b3df079d41ff20a9a07f6fe1c
test/predict_test.cc