7

我正在尝试直接从源代码安装 FFmpeg,但我不断收到此错误:

gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.

任何人都可以帮忙吗?此外, yum install ffmpeg 不起作用。

4

1 回答 1

3

显然,由于我掌握的信息有限,您至少需要安装gcc才能编译 ffmpeg。有关说明,请参阅如何在 CentOS 上编译 FFmpeg。它是为 CentOS 设计的,但应该适用于 RHEL 和 Fedora。

或者,您可以简单地使用ffmpeg 的静态构建而不是编译,但它没有编译提供的自定义优势。

请注意,堆栈溢出仅限于编程问题和讨论。

于 2013-01-29T19:37:36.110 回答