[vlc-commits] access: live555: Add $(SOCKET_LIBS)
Hugo Beauzée-Luyssen
git at videolan.org
Tue Jan 24 11:35:34 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Jan 24 11:25:02 2017 +0100| [f2194e54aff249af1363c3cd4e2c12420b0d4e53] | committer: Hugo Beauzée-Luyssen
access: live555: Add $(SOCKET_LIBS)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f2194e54aff249af1363c3cd4e2c12420b0d4e53
---
modules/access/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 580b541..e3ceddf 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -352,7 +352,7 @@ access_LTLIBRARIES += libhttp_plugin.la
liblive555_plugin_la_SOURCES = access/live555.cpp access/mms/asf.c access/mms/buffer.c
liblive555_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) $(CXXFLAGS_live555)
-liblive555_plugin_la_LIBADD = $(LIBS_live555)
+liblive555_plugin_la_LIBADD = $(LIBS_live555) $(SOCKET_LIBS)
liblive555_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)' \
$(LDFLAGS_live555)
access_LTLIBRARIES += $(LTLIBlive555)
More information about the vlc-commits
mailing list