aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-03 15:38:46 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-03 15:50:01 +0200
commit760f7d3a90bf4ab7ca396c62aa239b75c7ac6f59 (patch)
treeb6970fed9789f0e2d78a997dbf213e3ada29ef49 /configure
parent0966623604a92bc7fa6213e7dfb9c03d007ab3e9 (diff)
parent769d921f3e4d3808320238f4f33b47cd492f1c04 (diff)
downloadffmpeg-760f7d3a90bf4ab7ca396c62aa239b75c7ac6f59.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: compat: msvc: Make sure the object files are included when linking statically id3v2: check for end of file while unescaping tags Conflicts: configure libavformat/id3v2.c Note, ffmpeg is not affected by the out of buffer write bug Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index e78d1bad76..f646d55885 100755
--- a/configure
+++ b/configure
@@ -4614,6 +4614,11 @@ if enabled yasm; then
printf '' >$TMPASM
fi
+if enabled msvc && ! enabled shared; then
+ echo '#pragma comment(linker, "/include:"EXTERN_PREFIX"avpriv_strtod")' >> $TMPH
+ echo '#pragma comment(linker, "/include:"EXTERN_PREFIX"avpriv_snprintf")' >> $TMPH
+fi
+
mkdir -p doc
echo "@c auto-generated by configure" > doc/config.texi