pkgsrc/audio/libsoxr/buildlink3.mk
ryoon c2664c008b Import libsoxr-0.1.2 as audio/libsoxr.
The SoX Resampler library 'libsoxr' performs one-dimensional
sample-rate conversion - it may be used, for example, to resample
PCM-encoded audio.

It aims to give fast and high quality results for any constant
(rational or irrational) resampling ratio. Phase-response, preserved
bandwidth, aliasing, and rejection level parameters are all
configurable; alternatively, simple `preset' configurations may be
selected. An experimental, variable-rate resampling mode of operation
is also included.
2016-06-05 00:43:33 +00:00

12 lines
306 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2016/06/05 00:43:33 ryoon Exp $
BUILDLINK_TREE+= libsoxr
.if !defined(LIBSOXR_BUILDLINK3_MK)
LIBSOXR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libsoxr+= libsoxr>=0.1.2
BUILDLINK_PKGSRCDIR.libsoxr?= ../../audio/libsoxr
.endif # LIBSOXR_BUILDLINK3_MK
BUILDLINK_TREE+= -libsoxr