extra/speex to 1.2rc1-4

This commit is contained in:
Kevin Mihelich 2013-10-21 13:06:20 +00:00
parent 06521fb5fe
commit 28418931bc

View file

@ -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
}