extra/opus: v5 fix

This commit is contained in:
Kevin Mihelich 2015-11-27 17:00:25 +00:00
parent 91c7e73636
commit b5c9e8c712

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 200804 2013-12-05 18:41:22Z heftig $
# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
# Contributor: pumbur
# ALARM: Matthias Grosser <mtgrosser[at]gmx[dot]net>
# - added --enable-fixed-point to configure for armel
# Remove when bumped upstream
pkgname=opus
pkgver=1.1.1
@ -20,8 +19,7 @@ md5sums=('cfb354d4c65217ca32a762f8ab15f2ac')
build() {
cd $pkgname-$pkgver
[[ $CARCH == 'arm' ]] && CONFIG='--enable-fixed-point'
./configure --prefix=/usr --enable-custom-modes --disable-static $CONFIG
./configure --prefix=/usr --enable-custom-modes --disable-static
make
}