diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-10 10:24:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-10 10:24:33 +0200 |
commit | 09f1afc784b4bb5f6e861ac991817ed06effbd5d (patch) | |
tree | 3ae0490ca6cf341f44f4bc96dfe8a4f9ca8e943b | |
parent | 296eaa84b9d0659b48014917f99032b3fa725302 (diff) | |
parent | 33237123c83bf4f8345e6ac889ad2e7dbd303d0e (diff) | |
download | ffmpeg-09f1afc784b4bb5f6e861ac991817ed06effbd5d.tar.gz |
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>
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 786bd867db..4afc2dbafb 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -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 |