5 Star 24 Fork 4

Gitee 极速下载 / HandBrake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/HandBrake/HandBrake
克隆/下载
configure 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
robxnano 提交于 2023-03-18 19:02 . NetBSD: Build fixes
#!/bin/sh
inpath()
{
IFS=:
for d in $PATH
do
if [ -x $d/$1 ]; then
return 0
fi
done
return 1
}
for p in python3 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python
do
if ( inpath $p ); then
exec $p `dirname $0`/make/configure.py "$@"
exit 0
fi
done
echo "ERROR: no suitable version of python found."
exit 1
C/C++
1
https://gitee.com/mirrors/HandBrake.git
git@gitee.com:mirrors/HandBrake.git
mirrors
HandBrake
HandBrake
master

搜索帮助