pkgsrc-wip/spandsp-current/options.mk
X400 85030fa43e Import spandsp-0.0.6pre2 as wip/spandsp-current.
Library which provides many of the DSP functions needed for telephony.
2008-12-11 18:59:25 +00:00

14 lines
302 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2008/12/11 18:59: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