mirror of https://github.com/encounter/SDL.git
Also remove the OpenBSD comment about OSS
This commit is contained in:
parent
e7ab581d79
commit
f28cf2b0d3
|
@ -21001,10 +21001,6 @@ else $as_nop
|
||||||
enable_oss=maybe
|
enable_oss=maybe
|
||||||
fi
|
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
|
if test x$enable_oss = xmaybe; then
|
||||||
enable_oss=yes
|
enable_oss=yes
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -927,10 +927,6 @@ CheckOSS()
|
||||||
AC_ARG_ENABLE(oss,
|
AC_ARG_ENABLE(oss,
|
||||||
[AS_HELP_STRING([--enable-oss], [support the OSS audio API [default=maybe]])],
|
[AS_HELP_STRING([--enable-oss], [support the OSS audio API [default=maybe]])],
|
||||||
, enable_oss=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
|
if test x$enable_oss = xmaybe; then
|
||||||
enable_oss=yes
|
enable_oss=yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue