mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/opus: v5 fix
This commit is contained in:
parent
91c7e73636
commit
b5c9e8c712
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue