[*] 部署
This commit is contained in:
@@ -17,7 +17,7 @@ Android >= 9.0
|
|||||||
|
|
||||||
## Debian
|
## Debian
|
||||||
|
|
||||||
`CentOS 7`实在是太旧了,软件更新非常麻烦,所以直接使用`Debian`作为测试,系统配置全部使用`root`用户。
|
`CentOS 7`实在是太旧了,软件更新非常麻烦,所以直接使用`Debian`作为测试。
|
||||||
|
|
||||||
### 系统参数
|
### 系统参数
|
||||||
|
|
||||||
@@ -407,6 +407,15 @@ PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/"
|
|||||||
--enable-encoder=libvpx_vp9 --enable-decoder=vp9 --enable-parser=vp9
|
--enable-encoder=libvpx_vp9 --enable-decoder=vp9 --enable-parser=vp9
|
||||||
make && sudo make install
|
make && sudo make install
|
||||||
|
|
||||||
|
# 链接文件
|
||||||
|
vim /etc/ld.so.conf
|
||||||
|
|
||||||
|
---
|
||||||
|
/usr/local/lib/
|
||||||
|
---
|
||||||
|
|
||||||
|
ldconfig
|
||||||
|
|
||||||
# 验证
|
# 验证
|
||||||
ffmpeg -version
|
ffmpeg -version
|
||||||
ffmpeg -decoders
|
ffmpeg -decoders
|
||||||
|
|||||||
Reference in New Issue
Block a user