[FFmpeg-user] Error compiling ffmpeg 2.7.2 with VS2015

Jan Ehrhardt phpdev at ehrhardt.nl
Fri Aug 7 22:58:37 CEST 2015


Bernhard Döbler in gmane.comp.video.ffmpeg.user (Thu, 06 Aug 2015 23:39:23
+0200):
>I have a setup to compile ffmpeg with Microsoft Visual Studio in an 
>msys2 environment. Today I tried to compile with the new VS2015 and 
>received an eror very late during compile. (Error message in German btw.)
>
>CC      ffmpeg.o
>ffmpeg.c
>ffmpeg.c(394): error C2039: "_cnt": Ist kein Element von "_iobuf"
>C:\Program Files (x86)\Windows 
>Kits\10\include\10.0.10150.0\ucrt\corecrt_wstdio.h(26): note: Siehe 
>Deklaration von "_iobuf"

Could it be that you are including *.libs that are built with VS2013 or
earlier? They cannot be mixed.

Jan



More information about the ffmpeg-user mailing list