[vlc-commits] sndio: fix linking
Tristan Matthews
git at videolan.org
Sat Aug 20 00:11:30 CEST 2016
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Fri Aug 19 15:05:12 2016 -0700| [34dc732bad34fcfaab713f6de250dcaec83c03a3] | committer: Tristan Matthews
sndio: fix linking
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34dc732bad34fcfaab713f6de250dcaec83c03a3
---
modules/audio_output/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_output/Makefile.am b/modules/audio_output/Makefile.am
index ec31a06..4a6d0b7 100644
--- a/modules/audio_output/Makefile.am
+++ b/modules/audio_output/Makefile.am
@@ -86,7 +86,7 @@ aout_LTLIBRARIES += libkai_plugin.la
endif
libsndio_plugin_la_SOURCES = audio_output/sndio.c
-libsndio_plugin_la_LIBADD = -lsndio
+libsndio_plugin_la_LIBADD = -lsndio $(LIBM)
if HAVE_SNDIO
aout_LTLIBRARIES += libsndio_plugin.la
endif
More information about the vlc-commits
mailing list