6887406a12
audio/libsamplerate; it should enhance output quality while resampling. It is currently disabled by default.
10 lines
277 B
Makefile
10 lines
277 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/08/14 01:13:10 khorben Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.bmp-crossfade
|
|
PKG_SUPPORTED_OPTIONS= libsamplerate
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mlibsamplerate)
|
|
.include "../../audio/libsamplerate/buildlink3.mk"
|
|
.endif
|