Merge commit 'f28cf2b0d3fa6b4b9c692b0aa04f2875a09e0dfa' into main

This commit is contained in:
Sam Lantinga 2022-10-23 16:34:34 -07:00
commit f20c2759f9
2 changed files with 0 additions and 8 deletions

4
configure vendored
View File

@ -21001,10 +21001,6 @@ else $as_nop
enable_oss=maybe
fi
# OpenBSD "has" OSS, but it's not really for app use. They want you to
# use sndio instead. So on there, we default to disabled. You can force
# it on if you really want, though.
if test x$enable_oss = xmaybe; then
enable_oss=yes
fi

View File

@ -927,10 +927,6 @@ CheckOSS()
AC_ARG_ENABLE(oss,
[AS_HELP_STRING([--enable-oss], [support the OSS audio API [default=maybe]])],
, enable_oss=maybe)
# OpenBSD "has" OSS, but it's not really for app use. They want you to
# use sndio instead. So on there, we default to disabled. You can force
# it on if you really want, though.
if test x$enable_oss = xmaybe; then
enable_oss=yes
fi