diff options
author | ryoon <ryoon> | 2017-01-28 04:50:05 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2017-01-28 04:50:05 +0000 |
commit | 8221ee21b9c30bae2c1b583a7145f7a341b4ca68 (patch) | |
tree | f56539ceca988498dbe9d42aa366871023c2f381 /audio | |
parent | db13c7ea69330831f204a58521076736f70c4b2b (diff) | |
download | pkgsrc-8221ee21b9c30bae2c1b583a7145f7a341b4ca68.tar.gz |
Enable Ambisonics support. Bump PKGREVISION
Requested by Jesus Cea.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libopus/Makefile | 5 |
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" |