gpt4 book ai didi

ffmpeg - 无法安装使用的 Libtool 库,但尝试安装 ffmpeg 时未定义 `LIBTOOL'

转载 作者:行者123 更新时间:2023-12-04 23:30:20 28 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Libtool library used but `LIBTOOL' is undefined?

(4 个回答)


4年前关闭。




我正在尝试按照本教程在 centos 上安装 ffmpeg。

http://ffmpeg.org/trac/ffmpeg/wiki/CentosCompilationGuide

但是当我运行时。

cd ~/ffmpeg_sources
git clone --depth 1 git://github.com/mstorsjo/fdk-aac.git
cd fdk-aac
autoreconf -fiv
./configure --prefix="$HOME/ffmpeg_build" --disable-shared
make
make install
make distclean

我收到以下错误。
cd . && /bin/sh /root/ffmpeg_sources/fdk-aac/missing --run automake-1.9 --foreign
Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
make: *** [Makefile.in] Error 1
[root@worldnewstranslate fdk-aac]# make install
cd . && /bin/sh /root/ffmpeg_sources/fdk-aac/missing --run automake-1.9 --foreign
Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
make: *** [Makefile.in] Error 1

我无法让它为我的生命工作任何帮助请为什么我可能会遇到这些错误。

谢谢

最佳答案

嗨,我想说要安装 ffmpeg,我们需要一个 AAC 音频转换器。此步骤将更容易和准确地编译。您使用的文件不包含所有编译组件这里是非常简单的步骤

libfdk_aac AAC 音频编码器。需要配置 ffmpeg
--enable-libfdk_aac(和 --enable-nonfree,如果您还包括 --enable-gpl)。

cd ~/ffmpeg_sources
git clone --depth 1 git://git.code.sf.net/p/opencore-amr/fdk-aac
cd fdk-aac
autoreconf -fiv
./configure --prefix="$HOME/ffmpeg_build" --disable-shared
make
make install
make distclean

完整步骤链接在这里 https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

关于ffmpeg - 无法安装使用的 Libtool 库,但尝试安装 ffmpeg 时未定义 `LIBTOOL',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17612156/

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