opnsense-src/lib/virtual_oss/null/Makefile
Brooks Davis f388826829 lib/virtual_oss: don't (over)link to libsamplerate
These plugins require samplerate.h due to virtual_oss's int.h including
it, but don't use any symbols directly so don't link to the library.

Centralize adding the include path.

Reviewed by:	christos
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D54705

(cherry picked from commit d78291b0e9736f39f22c55c163978c1b92e601e4)
(cherry picked from commit c88f012faa13c39f13efdcef88d3141253a300ab)
2026-01-30 18:30:06 +02:00

5 lines
64 B
Makefile

SHLIB_NAME= voss_null.so
SRCS= null.c
.include <bsd.lib.mk>