mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
pkgname=speex
|
||||||
pkgver=1.2rc1
|
pkgver=1.2rc1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A free codec for free speech"
|
pkgdesc="A free codec for free speech"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.speex.org/"
|
url="http://www.speex.org/"
|
||||||
|
@ -21,7 +21,7 @@ build() {
|
||||||
cd $srcdir/speex-$pkgver
|
cd $srcdir/speex-$pkgver
|
||||||
|
|
||||||
[[ "$CARCH" == "arm" ]] && CONFIG="--enable-arm5e-asm --enable-fixed-point"
|
[[ "$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
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue