Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/virtual_oss/virtual_oss/Makefile
- This file was added.
| PROG= virtual_oss | |||||
| MAN= ${PROG}.8 | |||||
| SRCS= audio_delay.c \ | |||||
| compressor.c \ | |||||
| ctl.c \ | |||||
| eq.c \ | |||||
| format.c \ | |||||
| httpd.c \ | |||||
| main.c \ | |||||
| mul.c \ | |||||
| ring.c \ | |||||
| virtual_oss.c | |||||
| CFLAGS+= -I${SRCTOP}/contrib/libsamplerate | |||||
| LDFLAGS+= -lpthread -lcuse -lnv -lm | |||||
| LIBADD= samplerate | |||||
| .include <bsd.prog.mk> | |||||