[vlc-commits] access: rist: add $(SOCKET_LIBS)

Thomas Guillem git at videolan.org
Tue Nov 6 13:46:46 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov  6 13:44:54 2018 +0100| [a92f1d457dcac6210004516e76a0d12d5cc5f27f] | committer: Thomas Guillem

access: rist: add $(SOCKET_LIBS)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a92f1d457dcac6210004516e76a0d12d5cc5f27f
---

 modules/access/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 31c872b915..7ce005c33b 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -433,6 +433,7 @@ EXTRA_LTLIBRARIES += libaccess_srt_plugin.la
 
 librist_plugin_la_SOURCES = access/rist.c access/rist.h
 librist_plugin_la_CFLAGS = $(AM_CFLAGS) $(BITSTREAM_CFLAGS)
+librist_plugin_la_LIBADD = $(SOCKET_LIBS)
 if HAVE_BITSTREAM
 access_LTLIBRARIES += librist_plugin.la
 endif



More information about the vlc-commits mailing list