summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2014-05-18 22:29:28 +0300
committerThomas Klausner <tk@giga.or.at>2014-05-18 22:29:28 +0300
commitbd95c97791511a83b804e73ff989935731d7faac (patch)
treed9d67e68aafe68913d6ac8c91b30ad7ce0aa5743 /src
parent66f500e57bb65193d439d02e1058d1145f3ede6f (diff)
downloadxine-lib-bd95c97791511a83b804e73ff989935731d7faac.tar.gz
xine-lib-bd95c97791511a83b804e73ff989935731d7faac.tar.bz2
Add OSS audio support on NetBSD & OpenBSD
On NetBSD and OpenBSD, OSS support is handled by the libossaudio library. Additionally, the NetBSD sys/soundcard.h needs sys/ioctl.h included beforehand.
Diffstat (limited to 'src')
-rw-r--r--src/audio_out/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am
index 1f9c31276..c020f79c3 100644
--- a/src/audio_out/Makefile.am
+++ b/src/audio_out/Makefile.am
@@ -83,7 +83,7 @@ xineplug_ao_out_file_la_SOURCES = audio_file_out.c
xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c
-xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
+xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(OSS_LIBS)
xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c
xineplug_ao_out_alsa_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL)