【发布时间】:2014-02-15 19:16:37
【问题描述】:
我正在尝试用libsoxr 编译ffmpeg,所以我在调用./configure 时使用标志--enable-libsoxr。我已经安装了libsoxr,并将标头的位置添加到PATH。然而,当我尝试编译它时,我得到一个错误:ERROR: libsoxr not found,在config.log 中它说:
fatal error: soxr.h: No such file or directory
#include <soxr.h>
我认为./configure 没有使用PATH 之类的...还有其他方法可以为ffmpeg 指定依赖关系吗?
【问题讨论】:
标签: linux compilation ffmpeg dependencies