安装msys2

更新源使下载速度更快

进入msys64/etc/pacman.d/目录中,分别在三个文件中增加
mirrorlist.mingw32
Server = http://mirrors.ustc.edu.cn/msys2/mingw/i686

mirrorlist.mingw64
Server = http://mirrors.ustc.edu.cn/msys2/mingw/x86_64

mirrorlist.msys
Server = http://mirrors.ustc.edu.cn/msys2/msys/$arc

打开msys2,输入 pacman -Syuu更新

---------------------------------------------------------------------------------------

pacman -S --needed base-devel mingw-w64-x86_64-toolchain

打开msys2下的mingw64.exe

cd /h/software/GUI/ffmpeg

./configure --prefix=H:\software\GUI\ffmpeg\ffmpeg_build

make && make install

相关文章:

  • 2021-05-15
  • 2021-08-06
  • 2021-08-01
  • 2022-12-23
  • 2021-08-31
  • 2021-10-05
  • 2021-05-12
猜你喜欢
  • 2021-12-29
  • 2021-08-12
  • 2021-12-05
  • 2021-05-21
  • 2021-08-11
相关资源
相似解决方案