[vlc-commits] commit: OSS is not Linux-specific ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Jul 17 19:30:08 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 17 19:27:00 2010 +0300| [6d0e9da90f82f350917eff0d8f930b40e29ac94f] | committer: Rémi Denis-Courmont
OSS is not Linux-specific
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d0e9da90f82f350917eff0d8f930b40e29ac94f
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4ed7c06..47bae36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3648,7 +3648,7 @@ dnl
dnl OSS /dev/dsp module (enabled by default except on win32)
dnl
AC_ARG_ENABLE(oss,
- [ --enable-oss Linux OSS /dev/dsp support (enabled on Linux)])
+ [ --enable-oss Open Sound System OSS support (default enabled)])
if test "${enable_oss}" != "no" &&
(test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" ||
More information about the vlc-commits
mailing list