# $OpenBSD: Makefile,v 1.11 2015/05/22 11:31:11 ajacoutot Exp $ # invalid use of `restrict' NOT_FOR_ARCHS= ${GCC3_ARCHS} COMMENT= IETF audio codec DISTNAME= opus-1.1 SHARED_LIBS= opus 1.0 # 5.0 CATEGORIES= audio REVISION= 0 HOMEPAGE= http://opus-codec.org/ MAINTAINER= Christian Weisgerber # BSD PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ WANTLIB= m USE_GMAKE= Yes SEPARATE_BUILD= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --disable-maintainer-mode CONFIGURE_ARGS+=--disable-doc # requires doxygen # fixed-point asm code requires EABI. #.if ${MACHINE_ARCH} == "arm" #CONFIGURE_ARGS+=--enable-fixed-point #.endif .include