Ramiro Polla <[email protected]> added the comment: This is a known issue with FFmpeg and MinGW32. I'll repeat my reply to some thread on ffmpeg-user.
You can patch mingw with these patches (with the proper base path and -p1): http://fate.arrozcru.org/mingw32/patches/ or you can add: --extra-cflags=-U__STRICT_ANSI__ and possibly (for gcc 4.2): --extra-cflags=-D_MT to your configure command. Also please note on the mingw bugtracker that this bug affects you and you expect it to be fixed, otherwise they won't bother to fix it. https://sourceforge.net/tracker/?func=detail&aid=3022047&group_id=2435&atid=102435 https://sourceforge.net/tracker/?func=detail&aid=3022054&group_id=2435&atid=102435 ---------- status: new -> closed substatus: new -> wont_fix ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2067> ________________________________________________
