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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
