mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/webrtc-audio-processing to 0.3.1-3.1
This commit is contained in:
parent
807e596a3a
commit
ffb8756202
1 changed files with 2 additions and 4 deletions
|
@ -2,11 +2,10 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to fix AArch64 build
|
||||
# - disable neon
|
||||
|
||||
pkgname=webrtc-audio-processing
|
||||
pkgver=0.3.1
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
|
||||
url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
|
||||
arch=(x86_64)
|
||||
|
@ -33,8 +32,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $pkgname
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
||||
./configure --prefix=/usr --disable-static $CONFIG
|
||||
./configure --prefix=/usr --disable-static
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue