Enable Ambisonics support. Bump PKGREVISION
Requested by Jesus Cea.
This commit is contained in:
parent
1005cef3a2
commit
bb78baa0b2
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue