ffmpeg | branch: master | Peter Tissen <dravo...@gmail.com> | Fri Mar 6 19:39:27 2015 +0100| [79f83523f7718ddb292c8e03f27a0b5ee7047230] | committer: Michael Niedermayer
configure: Make compilable with VS2015 (missing hunk) This hunk was missing in the github pull request when i downloaded it, but is needed Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79f83523f7718ddb292c8e03f27a0b5ee7047230 --- libavutil/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/internal.h b/libavutil/internal.h index 143e2db..08ee6e5 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -164,7 +164,7 @@ #include "libm.h" -#if defined(_MSC_VER) +#if defined(_MSC_VER) && _MSC_VER < 1900 #pragma comment(linker, "/include:"EXTERN_PREFIX"avpriv_strtod") #pragma comment(linker, "/include:"EXTERN_PREFIX"avpriv_snprintf") #endif _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog