[MPlayer-dev-eng] [PATCH] mixer in ao_sun for OpenBSD
Reimar at mplayerhq.hu
Reimar at mplayerhq.hu
Thu Jan 26 15:39:47 CET 2006
Hi,
On Wed, Jan 25, 2006 at 09:19:44PM +0100, Björn Sandell wrote:
> +#if defined(__OpenBSD__)
> + if (sun_mixer_device == NULL) {
> + if (mixer_device == NULL)
> + mixer_device = strdup("/dev/mixer");
> + sun_mixer_device = mixer_device;
> + }
> +#else
Huh? Isn't this the OSS mixer? In that case, rejected. You can still use
software volume control, and otherwise the (more or less) correct way
would be to create some "mixer helper" that plugs directly into
mixer.c, just like the software one.
Greetings,
Reimar Doeffinger
More information about the MPlayer-dev-eng
mailing list