[Bug 262028] [audio/alsa-plugins] BUFSZ_P2 option is duplicated
Date: Fri, 18 Feb 2022 02:30:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262028 Bug ID: 262028 Summary: [audio/alsa-plugins] BUFSZ_P2 option is duplicated Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: katsubsd@gmail.com ------------------------------------------------------------------ % make -C /usr/ports/audio/alsa-plugins showconfig |cat -n 1 ===> The following configuration options are available for alsa-plugins-1.2.2_8: 2 BUFSZ_P2=off: Restrict buffer size to ^2 aligned 3 FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...) 4 JACK=off: JACK audio server support 5 PULSEAUDIO=on: PulseAudio sound server support 6 SAMPLERATE=off: Sample rate conversion support 7 SPEEX=off: Speex audio format support 8 ====> Open Sound System support 9 BLKCNT_P2=off: Restrict number of fragments to ^2 aligned 10 BUFSZ_P2=off: Restrict buffer size to ^2 aligned 11 VERBOSE=off: Print debugging messages 12 ===> Use 'make config' to modify these settings ------------------------------------------------------------------ BUFSZ_P2 option is in two places(Line 2 and Line 10 above). Is this as expected? Thanks. -- You are receiving this mail because: You are the assignee for the bug.