diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-09-22 13:42:51 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-09-22 17:43:56 +0000 |
| commit | 903873ce15600fc02a0ea42cbf888cff232b411d (patch) | |
| tree | ff78e316bb0cc47612311aca4f32331e84d35c5a /lib/Makefile | |
| parent | 884f38590c3cc0b1a2c00904c1f1f6c791376308 (diff) | |
Implement and use new mixer(3) library for FreeBSD.
Wiki article: https://wiki.freebsd.org/SummerOfCode2021Projects/SoundMixerImprovements
This project was part of Google Summer of Code 2021.
Submitted by: christos@
Differential Revision: https://reviews.freebsd.org/D31636
Sponsored by: NVIDIA Networking
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1e375bb456e6..038763bfcba8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -69,6 +69,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ liblzma \ libmemstat \ libmd \ + libmixer \ libmt \ lib80211 \ libnetbsd \ |
