美文网首页
ijkplayer 编译 遇到的几个问题

ijkplayer 编译 遇到的几个问题

作者: 花艺荣 | 来源:发表于2020-06-02 18:00 被阅读0次

1. 编译过程中报:BFD: libncurses.so.5: cannot open shared object file: No such file or directory

请依次执行如下命令:
sudo apt install apt-file
sudo apt-file update
sudo apt-file find libncurses.so.5
sudo apt install libncurses5

2.每次执行编译终止于:ERROR:Failed to create toolchain

执行如下命令:
sudo apt-get install python

相关文章

网友评论

      本文标题:ijkplayer 编译 遇到的几个问题

      本文链接:https://www.haomeiwen.com/subject/gacpzhtx.html