1 Star 0 Fork 31

shenbo/third_party_alsa-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ohos_build_config.sh 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
zenglifeng 提交于 2022-05-18 11:17 +08:00 . Porting the third-party library alsa-lib
#!/bin/bash
# Allen Riemann
set -e
ALSA_LIB_PATH=$1
modules=
alisp=
prefix=
libdir="/lib"
configdir="/etc/audio/alsa/share"
args="--disable-aload --prefix=$prefix --libdir=$libdir --with-configdir=$configdir"
export LC_ALL=C
cd ${ALSA_LIB_PATH}
touch ltconfig
libtoolize --force --copy --automake
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign --copy --add-missing
touch depcomp # seems to be missing for old automake
autoconf
echo "./configure $args"
${ALSA_LIB_PATH}/configure $args || exit 1
cd -
cat <<!EOF
!EOF
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soft-pass_0/third_party_alsa-lib.git
git@gitee.com:soft-pass_0/third_party_alsa-lib.git
soft-pass_0
third_party_alsa-lib
third_party_alsa-lib
master

搜索帮助