mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Merge commit '33237123c83bf4f8345e6ac889ad2e7dbd303d0e'
* commit '33237123c83bf4f8345e6ac889ad2e7dbd303d0e': 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
@ -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…
Reference in New Issue
Block a user