1 Star 0 Fork 0

StarsGreen / libvdpau-tegra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 255 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dmitry Osipenko 提交于 2020-04-25 22:02 . Create m4 dir
#! /bin/sh
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
test -d m4 || mkdir m4
autoreconf --force --verbose --install || exit 1
cd "$ORIGDIR" || exit $?
if test -z "$NOCONFIGURE"; then
"$srcdir"/configure "$@"
fi
1
https://gitee.com/StarsGreenPersonal/libvdpau-tegra.git
git@gitee.com:StarsGreenPersonal/libvdpau-tegra.git
StarsGreenPersonal
libvdpau-tegra
libvdpau-tegra
master

搜索帮助