summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2014-05-21 10:08:44 +0300
committerThomas Klausner <tk@giga.or.at>2014-05-21 10:08:44 +0300
commitd018b66219e3899e2d93c93c86fc794b8897d883 (patch)
tree1ddc68540f031deec971055ace11f0b453e2adcb
parent86816ff1a76448df39078d5bbb0b34dbd966cd53 (diff)
downloadxine-lib-d018b66219e3899e2d93c93c86fc794b8897d883.tar.gz
xine-lib-d018b66219e3899e2d93c93c86fc794b8897d883.tar.bz2
OpenBSD does not use libossaudio.
-rw-r--r--m4/audio_out.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/audio_out.m4 b/m4/audio_out.m4
index e85799e4b..351d3cd65 100644
--- a/m4/audio_out.m4
+++ b/m4/audio_out.m4
@@ -153,7 +153,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [
if test x"$enable_oss" != x"no"; then
case "$host" in
- *-*-netbsd*|*-*-openbsd*)
+ *-*-netbsd*)
OSS_LIBS="-lossaudio"
;;
*)