Commit 21ab81ac authored by Laurent Aimar's avatar Laurent Aimar

Enabled netsync build by default.

parent 3a04d8ed
...@@ -347,7 +347,7 @@ case "${host_os}" in ...@@ -347,7 +347,7 @@ case "${host_os}" in
VLC_ADD_LDFLAGS([vlc],[-mwindows]) VLC_ADD_LDFLAGS([vlc],[-mwindows])
VLC_ADD_LIBS([activex mozilla],[-lgdi32]) VLC_ADD_LIBS([activex mozilla],[-lgdi32])
VLC_ADD_LIBS([cdda vcdx sdl_image aout_sdl vout_sdl],[-lwinmm]) 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]) VLC_ADD_LIBS([filesystem], [-lshlwapi])
dnl dnl
dnl DEP and ASLR options dnl DEP and ASLR options
...@@ -361,7 +361,7 @@ case "${host_os}" in ...@@ -361,7 +361,7 @@ case "${host_os}" in
fi fi
if test "${SYS}" = "mingwce"; then if test "${SYS}" = "mingwce"; then
# add ws2 for closesocket, select, recv # 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]) VLC_ADD_LIBS([libvlccore],[-lmmtimer])
fi fi
;; ;;
...@@ -586,7 +586,7 @@ AC_SUBST(SOCKET_LIBS) ...@@ -586,7 +586,7 @@ AC_SUBST(SOCKET_LIBS)
AC_CHECK_FUNCS(send,,[ AC_CHECK_FUNCS(send,,[
AC_CHECK_LIB(socket,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])
]) ])
]) ])
......
...@@ -21,6 +21,7 @@ SOURCES_motion = \ ...@@ -21,6 +21,7 @@ SOURCES_motion = \
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
liboldrc_plugin.la \ liboldrc_plugin.la \
libgestures_plugin.la \ libgestures_plugin.la \
libnetsync_plugin.la \
libhotkeys_plugin.la libhotkeys_plugin.la
if !HAVE_WIN32 if !HAVE_WIN32
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment