094095fd22
More details at http://www.videolan.org/vlc/releases/2.0.1.html tested on i386, amd64, sparc64 from Brad (maintainer)
16 lines
559 B
Plaintext
16 lines
559 B
Plaintext
$OpenBSD: patch-modules_audio_output_Modules_am,v 1.1 2012/04/23 13:47:08 ajacoutot Exp $
|
|
--- modules/audio_output/Modules.am.orig Thu Feb 2 05:13:04 2012
|
|
+++ modules/audio_output/Modules.am Thu Feb 2 05:13:31 2012
|
|
@@ -53,3 +53,11 @@ libkai_plugin_la_DEPENDENCIES =
|
|
if HAVE_KAI
|
|
libvlc_LTLIBRARIES += libkai_plugin.la
|
|
endif
|
|
+
|
|
+libsndio_plugin_la_SOURCES = sndio.c
|
|
+libsndio_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
+libsndio_plugin_la_LIBADD = $(AM_LIBADD) -lsndio
|
|
+libsndio_plugin_la_DEPENDENCIES =
|
|
+if HAVE_SNDIO
|
|
+libvlc_LTLIBRARIES += libsndio_plugin.la
|
|
+endif
|