1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

netsync: disable for now

This commit is contained in:
Thomas Guillem 2019-03-21 11:28:07 +01:00
parent 3b46a2c42c
commit ea87e14247
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,10 @@ libdummy_plugin_la_SOURCES = control/dummy.c control/intromsg.h
libgestures_plugin_la_SOURCES = control/gestures.c
libhotkeys_plugin_la_SOURCES = control/hotkeys.c
libhotkeys_plugin_la_LIBADD = $(LIBM)
libnetsync_plugin_la_SOURCES = control/netsync.c
libnetsync_plugin_la_LIBADD = $(SOCKET_LIBS)
# XXX: netsync disabled, move current code to new playlist/player and add a
# way to control the output clock from the player
#libnetsync_plugin_la_SOURCES = control/netsync.c
#libnetsync_plugin_la_LIBADD = $(SOCKET_LIBS)
liboldrc_plugin_la_SOURCES = control/oldrc.c control/intromsg.h
liboldrc_plugin_la_LIBADD = $(SOCKET_LIBS) $(LIBM)
@ -13,7 +15,6 @@ control_LTLIBRARIES = \
libdummy_plugin.la \
libgestures_plugin.la \
libhotkeys_plugin.la \
libnetsync_plugin.la \
liboldrc_plugin.la
liblirc_plugin_la_SOURCES = control/lirc.c

View File

@ -374,7 +374,6 @@ modules/control/globalhotkeys/xcb.c
modules/control/hotkeys.c
modules/control/intromsg.h
modules/control/lirc.c
modules/control/netsync.c
modules/control/ntservice.c
modules/control/oldrc.c
modules/control/win_msg.c