1 Star 0 Fork 0

pwl1987/ffmpegtoolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vc_vpx.sh 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
pwl1987 提交于 2018-10-06 09:50 . 更新 vc_vpx.sh
#!/bin/bash
function _install_vpx() {
clear
_file=""
_package="Lib VPX"
echo -e $RED"Installation of $_package ....... started"$RESET
cd $SOURCE_DIR/
[ -d "libvpx" ] && rm -rf "libvpx"
git clone --depth 1 https://gitee.com/pwl1987/FFmpeg.git
cd libvpx
./configure --prefix=$INSTALL_DIR --enable-shared --enable-pic --disable-examples --disable-unit-tests
make -j $cpu
make install
echo -e $RED"Installation of $_package ....... Completed"$RESET
cd $SOURCE_DIR/
}
_install_vpx
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pwl1987/ffmpegtoolkit.git
[email protected]:pwl1987/ffmpegtoolkit.git
pwl1987
ffmpegtoolkit
ffmpegtoolkit
master

搜索帮助