freebsd-ports/audio/opus/Makefile
Christian Weisgerber 943129e16a Update to 1.3.1. Changes:
* Fixes an issue with the analysis of files with digital silence.
* A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode.
2019-04-21 19:31:40 +00:00

31 lines
545 B
Makefile

# $FreeBSD$
PORTNAME= opus
PORTVERSION= 1.3.1
CATEGORIES= audio
MASTER_SITES= MOZILLA/opus
MAINTAINER= naddy@FreeBSD.org
COMMENT= IETF audio codec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gmake libtool pathfix
CPE_VENDOR= opus-codec
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \
--disable-doc # requires doxygen
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.options.mk>
.if ${ARCH} == "arm"
CONFIGURE_ARGS+=--enable-fixed-point
.endif
.include <bsd.port.mk>