summaryrefslogtreecommitdiff
path: root/audio/libopus
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-01-28 04:50:05 +0000
committerryoon <ryoon@pkgsrc.org>2017-01-28 04:50:05 +0000
commit1e4a43f9c18b4e9dd80cfdd1ac8f0c0a2f4060df (patch)
treeb5f73fb5ee218a1d21fcbd58bb146609e0bfe1fc /audio/libopus
parenta00bbc5e43ed287fa63d52bbd120547f9ea19115 (diff)
downloadpkgsrc-1e4a43f9c18b4e9dd80cfdd1ac8f0c0a2f4060df.tar.gz
Enable Ambisonics support. Bump PKGREVISION
Requested by Jesus Cea.
Diffstat (limited to 'audio/libopus')
-rw-r--r--audio/libopus/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libopus/Makefile b/audio/libopus/Makefile
index 93f1ab0e07a..4baed59d8b0 100644
--- a/audio/libopus/Makefile
+++ b/audio/libopus/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2017/01/22 13:04:55 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/28 04:50:05 ryoon Exp $
DISTNAME= opus-1.1.4
PKGNAME= lib${DISTNAME}
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/
@@ -16,6 +17,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+CONFIGURE_ARGS+= --enable-ambisonics
+
PKGCONFIG_OVERRIDE+= opus.pc.in
.include "options.mk"