[vlc-commits] gnutls: does not use sockets (directly)

Rémi Denis-Courmont git at videolan.org
Fri Aug 22 22:44:40 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Aug 22 22:49:11 2014 +0300| [f852c604acd2dee48730a8a0f109f78e01a20038] | committer: Rémi Denis-Courmont

gnutls: does not use sockets (directly)

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

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5e3bb8c..5be9e40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -637,7 +637,7 @@ AC_CHECK_FUNCS([if_nameindex if_nametoindex])
 VLC_RESTORE_FLAGS
 
 AS_IF([test -n "$SOCKET_LIBS"], [
-  VLC_ADD_LIBS([access_rtmp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop vod_rtsp oldrc netsync gnutls ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
+  VLC_ADD_LIBS([access_rtmp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop vod_rtsp oldrc netsync ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
 ])
 AC_SUBST(SOCKET_LIBS)
 



More information about the vlc-commits mailing list