Commit 79f83523 authored by Peter Tissen's avatar Peter Tissen Committed by Michael Niedermayer

configure: Make compilable with VS2015 (missing hunk)

This hunk was missing in the github pull request when i downloaded it,
but is needed
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 42493843
......@@ -164,7 +164,7 @@
#include "libm.h"
#if defined(_MSC_VER)
#if defined(_MSC_VER) && _MSC_VER < 1900
#pragma comment(linker, "/include:"EXTERN_PREFIX"avpriv_strtod")
#pragma comment(linker, "/include:"EXTERN_PREFIX"avpriv_snprintf")
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment