Commit 09f1afc7 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '33237123'

* commit '33237123':
  libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as well
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 296eaa84 33237123
......@@ -126,7 +126,7 @@
#include "libm.h"
#if defined(_MSC_VER) && !CONFIG_SHARED
#if defined(_MSC_VER)
#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