From bd95c97791511a83b804e73ff989935731d7faac Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 18 May 2014 22:29:28 +0300 Subject: 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. --- src/audio_out/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3