summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorryoon <ryoon>2017-01-28 04:50:05 +0000
committerryoon <ryoon>2017-01-28 04:50:05 +0000
commit0547281ec9ca575dfbe294fdc5653498fe583e0b (patch)
treef56539ceca988498dbe9d42aa366871023c2f381 /audio
parente7a7b35a37a61f5f8d1dbd62f116c13fee23ec6a (diff)
downloadpkgsrc-0547281ec9ca575dfbe294fdc5653498fe583e0b.tar.gz
Enable Ambisonics support. Bump PKGREVISION
Requested by Jesus Cea.
Diffstat (limited to 'audio')
-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"