mirror of
https://github.com/opnsense/src.git
synced 2026-06-23 23:49:25 -04:00
Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D51666
18 lines
327 B
Makefile
18 lines
327 B
Makefile
.PATH: ${SRCTOP}/contrib/libsamplerate
|
|
|
|
LIB= samplerate
|
|
INTERNALLIB=
|
|
|
|
SRCS= samplerate.c \
|
|
src_linear.c \
|
|
src_sinc.c \
|
|
src_zoh.c
|
|
|
|
INCS= samplerate.h
|
|
|
|
CFLAGS+= -DENABLE_SINC_BEST_CONVERTER \
|
|
-DENABLE_SINC_MEDIUM_CONVERTER \
|
|
-DENABLE_SINC_FAST_CONVERTER \
|
|
-I${SRCTOP}/contrib/libsamplerate
|
|
|
|
.include <bsd.lib.mk>
|