speex not found using pkg-config
来源:1-5 FFmpeg下载,编译与安装

红鱼丶
2019-01-19
老师,在乌班图系统中运行./configure 后报的错,,然后安装Speex的时候又提示已经安装了
然后在config.log文件的最后几句是:
check_pkg_config libspeex speex speex/speex.h speex_decoder_init
test_pkg_config libspeex speex speex/speex.h speex_decoder_init
pkg-config --exists --print-errors speex
Package speex was not found in the pkg-config search path.
Perhaps you should add the directory containing `speex.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘speex’ found
ERROR: speex not found using pkg-config
请问老师,这个该怎么解决呢?
3回答
-
weixin_慕斯5327578
2020-12-02
我也遇到这个问题了, 楼主解决了吗
032020-12-27 -
红鱼丶
提问者
2019-01-20
sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm
先执行这个命令,,,然后在下载X265
hg clone https://bitbucket.org/multicoreware/x265 cd x265/build/linux ./make-Makefiles.bash make && make install
安装好了会在 这里看到多了一个x265,此时就可以使用lib265进行配置了 如果遇到权限问题就在命令前面加上sudo(应该是使用管理员权限运行命令的意思) 最后再进行下一步
012019-01-21 -
红鱼丶
提问者
2019-01-20
sudo apt-get install libspeex-dev
通过这个命令安装了一下Speex,然后接着报错
ERROR: x265 not found using pkg-config
继续探索,,,
022019-01-23
相似问题