[FFmpeg-user] Not able to configure ffmpeg 7.0.1 through minGW
Oliver Fromme
oliver at fromme.com
Thu Aug 1 18:43:03 EEST 2024
Kumar, Rahul via ffmpeg-user wrote:
> I am trying to configure ffmpeg 7.0.1 using minGW compiler using below command
> "./configure --prefix=ffmpeg_64/ --enable-shared --yasmexe='C:/c99/yasm-1.3.0-win64.exe' --target-os=win64 --arch=x86_
> 64 --toolchain=msvc "
>
> I am getting error saying "Compiler lacks C11 support" however I was not facing this issue when I used same compiler for ffmpeg 6.0
Your compiler is too old.
I'm pretty sure it should work with the current version of MinGW-w64,
that's v12.0.0 at the time of this writing. See the announcement here:
https://sourceforge.net/p/mingw-w64/mailman/message/58776404/
Best regards
-- Oliver
More information about the ffmpeg-user
mailing list