mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Remove OSS support for OpenBSD
Remove the OSS support for OpenBSD. The OSS API has not been usable for quite some time. Signed-off-by: Brad Smith <brad@comstyle.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5b35b4e91d
commit
4f6ab397b6
2 changed files with 2 additions and 7 deletions
5
configure
vendored
5
configure
vendored
|
@ -468,9 +468,8 @@ NetBSD)
|
|||
OpenBSD)
|
||||
bsd="yes"
|
||||
make="${MAKE-gmake}"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd"
|
||||
oss_lib="-lossaudio"
|
||||
audio_drv_list="sdl"
|
||||
audio_possible_drivers="sdl esd"
|
||||
;;
|
||||
Darwin)
|
||||
bsd="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue