GNOME Bugzilla – Bug 126680
FreeBSD dosn't have SOUND_MIXER_INFO ioctl
Last modified: 2004-12-22 21:47:04 UTC
gst-plugins module is failing to compile oss because FreeBSD dosn't have the SOUND_MIXER_INFO ioctl or it's relates struct mixer_info. The attached patch fixes the compile error by setting the oss device name to "Unknown" if SOUND_MIXER_INFO is undefined.
Created attachment 21347 [details] [review] proposed fix
Is there any other way to get the device name in freeBSD?
I can't find another way in any currently released version of FreeBSD.
That's a shame... Ohwell, we'll live with it. Thanks for the patch, I applied it to HEAD. :).