Browse Source

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>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
09f1afc784
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/internal.h

+ 1
- 1
libavutil/internal.h View File

@@ -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…
Cancel
Save