Merge commit '33237123c8'
* commit '33237123c8':
libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as well
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
09f1afc784
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue