gpt4 book ai didi

ffmpeg - 为 ubuntu 构建 ffmpeg 找不到工作的 C 编译器

转载 作者:行者123 更新时间:2023-12-04 22:47:27 26 4
gpt4 key购买 nike

我正在ubuntu上构建ffmpeg。我可以构建 yasm-1.2.0,接下来我尝试构建 x264。 x264 需要最少的 yasm-1.2.0,因此我尝试了以下命令来构建 x264。

./configure --prefix=<myprefix> --bindir=<mybindir> --extracflgs=<Include directory of yasm-1.2.0> --extra-ldflags=<libdirectory of yasm-1.2.0> 

我收到以下错误:
No working C compiler found.

不知道我犯了什么错误。有人可以告诉我我该怎么做吗?

最佳答案

你误用了 --extra-cflags 和 --extra-ldflags 选项,所以 C 编译器给你错误(你可以在 config.log 文件中查看确切的错误)。这是传递给 GCC(C 编译器)的附加标志,与 YASM(汇编器)无关。使用 YASM 所需要做的就是将它放在 $PATH 目录之一中,即它应该在任何当前工作目录的 shell/console 中运行,只需简单 yasm --version .

关于ffmpeg - 为 ubuntu 构建 ffmpeg 找不到工作的 C 编译器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21375067/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com