Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Nov 2016 04:08:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 213964] www/firefox make sound options mutually exclusive
Message-ID:  <bug-213964-21738-vkCbFxijX7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213964-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213964-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
tigersharke@gmail.com has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gecko@FreeBSD.o=
rg:
Bug 213964: www/firefox make sound options mutually exclusive
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213964



--- Description ---
When Firefox is built with both alsa and pulseaudio options enabled, althou=
gh
it successfully builds there is no audio produced via Firefox.	This is an
issue with some type of conflict between alsa and pulseaudio.  If alsa is
selected but pulseaudio is not, audio output from Firefox works as expected.

I suggest a change from checkboxes in the audio section to the mutually
exclusive radio buttons. I believe this would be a modification to
Makefile.options

from

OPTIONS_MULTI+=3D 	AUDIO
OPTIONS_MULTI_AUDIO=3D	ALSA PULSEAUDIO

to

OPTIONS_SINGLE+=3D	 AUDIO
OPTIONS_SINGLE_AUDIO=3D	 ALSA PULSEAUDIO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213964-21738-vkCbFxijX7>