mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/speex to 1.2rc1-4
This commit is contained in:
parent
06521fb5fe
commit
28418931bc
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=speex
|
||||
pkgver=1.2rc1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A free codec for free speech"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.speex.org/"
|
||||
|
@ -21,7 +21,7 @@ build() {
|
|||
cd $srcdir/speex-$pkgver
|
||||
|
||||
[[ "$CARCH" == "arm" ]] && CONFIG="--enable-arm5e-asm --enable-fixed-point"
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var $CONFIG
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static $CONFIG
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue