summaryrefslogtreecommitdiff
path: root/community/celt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/celt
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/celt')
-rw-r--r--community/celt/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/celt/PKGBUILD b/community/celt/PKGBUILD
index 79e23644c..e1f07e228 100644
--- a/community/celt/PKGBUILD
+++ b/community/celt/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=celt
pkgver=0.11.1
-pkgrel=3
+pkgrel=4
pkgdesc='Low-latency audio communication codec'
arch=('i686' 'x86_64')
url='http://www.celt-codec.org'
@@ -18,7 +18,8 @@ build() {
cd ${pkgname}-${pkgver}
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --enable-custom-modes
make
}