提问人:ThomasNotTom 提问时间:11/16/2023 最后编辑:ThomasNotTom 更新时间:11/16/2023 访问量:49
make 命令不会链接 FFMpeg
Make Command Won't Link FFMpeg
问:
我正在尝试安装 FFMpeg,并且我正在使用 Mac。
我一直在得到
archive member '/' not a mach-o file in '[The path to the directory]/libavdevice/libavdevice.a'
每个 libav 文件夹都有一个。
我正在运行以下命令
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure --prefix=/usr/local
make
我不太确定我应该期待什么,但错误绝对不是它
--编辑--
我也尝试过 FFMpeg 3.0 版。我遇到了同样的错误
答: 暂无答案
评论
brew install ffmpeg
brew install ffmpeg
ffmpeg
libavcodec
libavformat
configure --disable-programs