

This installs 'gcc.exe' commands that are actually built for MSYS2 but are the windows gcc compilers.

Use one of the commands: pacman -S mingw-w64-x8664-gcc pacman -S mingw-w64-i686-gcc. Didn't seem important enough for a separate ticket, might be an msys2 problem. To compile FFmpeg, you need to install the mingw-w64 GCC environment (either in the i686 or x86圆4 flavor). Possible this is user error that I'm just not realizing.Īlso, stripping debug symbols fails ("can't rename, already exists") if make clean is not run between builds. Shared builds function fine, despite that no additional libraries are present in this case either.įfmpeg is otherwise installed via MSYS2's package manager. ffmpeg-cxc-build/ffmpeg-cxc-mingw64 at master ctrlesc/ffmpeg-cxc-build GitHub ctrlesc / ffmpeg-cxc-build Public master ffmpeg-cxc-build/ffmpeg-cxc-mingw64 Go to file Cannot retrieve contributors at this time 1146 lines (1043 sloc) 37.6 KB Raw Blame /bin/bash SCRIPTVERSION '1.7.

Adding -static to cflags etc didn't help. Resulting binaries fail to start due to a dependency on "avcodec-56.dll", which is not generated.
