diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-02-18 10:13:16 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-02-18 10:13:16 +0000 |
commit | 29fc493e22423bde30e12c780d72eec5233bf2a7 (patch) | |
tree | e7afce00c4a2fd70a8c1fa1e49546e926d2c71bd | |
parent | bb47bcebb6d5aea3395c1c2eb8e02c0ef9d7c81d (diff) |
audio/alsa-plugins: remove OSS-specific BUFSZ_P2 option from global list
Otherwise it would be listed twice on the option selection dialog screen.
PR: 262028
-rw-r--r-- | audio/alsa-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index e2f3c17781dc..aa7c902bce26 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -26,7 +26,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files OPTIONS_DEFAULT= PULSEAUDIO -OPTIONS_DEFINE= BUFSZ_P2 FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX +OPTIONS_DEFINE= FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX OPTIONS_SUB= yes OPTIONS_GROUP= OSS |