pkgsrc-wip/spandsp/options.mk
X400 bf43c36423 Import spandsp-0.0.5pre3 as wip/spandsp.
Library which provides many of the DSP functions needed for telephony.
2008-12-08 22:13:25 +00:00

14 lines
302 B
Makefile

# $NetBSD: options.mk,v 1.1.1.2 2008/12/08 22:13:25 x400 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spandsp
PKG_SUPPORTED_OPTIONS= mmx sse
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmmx)
CONFIGURE_ARGS+= --enable-mmx
.endif
.if !empty(PKG_OPTIONS:Msse)
CONFIGURE_ARGS+= --enable-sse
.endif