mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/webrtc-audio-processing fix
This commit is contained in:
parent
750b507c91
commit
021ffaae60
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to fix AArch64 build
|
||||
# - disable neon
|
||||
|
||||
pkgname=webrtc-audio-processing
|
||||
pkgver=0.3
|
||||
|
@ -24,7 +25,8 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --disable-static
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
||||
./configure --prefix=/usr --disable-static $CONFIG
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue