[vlc-devel] commit: Enabled netsync build by default. (Laurent Aimar )
git version control
git at videolan.org
Wed Feb 3 21:39:15 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Feb 3 21:30:34 2010 +0100| [21ab81aceb1ee504d0ff0d3d518d8b5ad2af4e6f] | committer: Laurent Aimar
Enabled netsync build by default.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21ab81aceb1ee504d0ff0d3d518d8b5ad2af4e6f
---
configure.ac | 6 +++---
modules/control/Modules.am | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5321755..491c90e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -347,7 +347,7 @@ case "${host_os}" in
VLC_ADD_LDFLAGS([vlc],[-mwindows])
VLC_ADD_LIBS([activex mozilla],[-lgdi32])
VLC_ADD_LIBS([cdda vcdx sdl_image aout_sdl vout_sdl],[-lwinmm])
- VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp oldhttp stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp oldtelnet oldrc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd zvbi audiobargraph_a],[-lws2_32])
+ VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp oldhttp stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp oldtelnet oldrc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd zvbi audiobargraph_a netsync],[-lws2_32])
VLC_ADD_LIBS([filesystem], [-lshlwapi])
dnl
dnl DEP and ASLR options
@@ -361,7 +361,7 @@ case "${host_os}" in
fi
if test "${SYS}" = "mingwce"; then
# add ws2 for closesocket, select, recv
- VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_rtmp sap oldhttp netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts oldtelnet audiobargraph_a],[-lws2])
+ VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_rtmp sap oldhttp netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts oldtelnet audiobargraph_a netsync],[-lws2])
VLC_ADD_LIBS([libvlccore],[-lmmtimer])
fi
;;
@@ -586,7 +586,7 @@ AC_SUBST(SOCKET_LIBS)
AC_CHECK_FUNCS(send,,[
AC_CHECK_LIB(socket,send,[
- VLC_ADD_LIBS([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],[-lsocket])
+ VLC_ADD_LIBS([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],[-lsocket])
])
])
diff --git a/modules/control/Modules.am b/modules/control/Modules.am
index 42463c5..13aab55 100644
--- a/modules/control/Modules.am
+++ b/modules/control/Modules.am
@@ -21,6 +21,7 @@ SOURCES_motion = \
libvlc_LTLIBRARIES += \
liboldrc_plugin.la \
libgestures_plugin.la \
+ libnetsync_plugin.la \
libhotkeys_plugin.la
if !HAVE_WIN32
libvlc_LTLIBRARIES += \
More information about the vlc-devel
mailing list