[vlc-commits] Update list of SOCKET_LIBS-dependent plugins
Rémi Denis-Courmont
git at videolan.org
Sat Aug 20 19:31:58 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 20 14:20:10 2011 +0300| [fd42ed01aa615c731e681d86c9732e07b7eaf278] | committer: Rémi Denis-Courmont
Update list of SOCKET_LIBS-dependent plugins
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd42ed01aa615c731e681d86c9732e07b7eaf278
---
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7c8c6f6..89dce2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,7 +179,6 @@ dnl
dnl Set default values
dnl
LDFLAGS_vlc="${LDFLAGS}"
-SOCKET_LIBS=""
dnl
dnl Check the operating system
@@ -623,7 +622,7 @@ AC_SEARCH_LIBS(connect, [socket], [
])
LIBS="$LIBS_save"
AS_IF([test -n "$SOCKET_LIBS"], [
- VLC_ADD_LIBS([libvlccore cdda access_http access_mms access_udp access_tcp access_ftp access_rtmp sap access_output_udp access_output_rtmp stream_out_standard growl_udp remoteosd netsync],[${SOCKET_LIBS}])
+ VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp oldrc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd zvbi audiobargraph_a netsync],[${SOCKET_LIBS}])
])
AC_SUBST(SOCKET_LIBS)
More information about the vlc-commits
mailing list