Commit a2110274 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

oldrc: rename the source file too

parent c6d907cf
...@@ -6,7 +6,7 @@ libhotkeys_plugin_la_SOURCES = control/hotkeys.c ...@@ -6,7 +6,7 @@ libhotkeys_plugin_la_SOURCES = control/hotkeys.c
libhotkeys_plugin_la_LIBADD = $(LIBM) libhotkeys_plugin_la_LIBADD = $(LIBM)
libnetsync_plugin_la_SOURCES = control/netsync.c libnetsync_plugin_la_SOURCES = control/netsync.c
libnetsync_plugin_la_LIBADD = $(SOCKET_LIBS) libnetsync_plugin_la_LIBADD = $(SOCKET_LIBS)
liboldrc_plugin_la_SOURCES = control/rc.c control/intromsg.h liboldrc_plugin_la_SOURCES = control/oldrc.c control/intromsg.h
liboldrc_plugin_la_LIBADD = $(SOCKET_LIBS) $(LIBM) liboldrc_plugin_la_LIBADD = $(SOCKET_LIBS) $(LIBM)
control_LTLIBRARIES = \ control_LTLIBRARIES = \
......
/***************************************************************************** /*****************************************************************************
* rc.c : remote control stdin/stdout module for vlc * oldrc.c : remote control stdin/stdout module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2004-2009 the VideoLAN team * Copyright (C) 2004-2009 the VideoLAN team
* $Id$ * $Id$
......
...@@ -437,7 +437,7 @@ modules/control/lirc.c ...@@ -437,7 +437,7 @@ modules/control/lirc.c
modules/control/motion.c modules/control/motion.c
modules/control/netsync.c modules/control/netsync.c
modules/control/ntservice.c modules/control/ntservice.c
modules/control/rc.c modules/control/oldrc.c
modules/control/unimotion.c modules/control/unimotion.c
modules/control/unimotion.h modules/control/unimotion.h
modules/demux/aiff.c modules/demux/aiff.c
......
...@@ -26,7 +26,7 @@ description= ...@@ -26,7 +26,7 @@ description=
[============================================================================[ [============================================================================[
Command Line Interface for VLC Command Line Interface for VLC
This is a modules/control/rc.c look alike (with a bunch of new features). This is a modules/control/oldrc.c look alike (with a bunch of new features).
It also provides a VLM interface copied from the telnet interface. It also provides a VLM interface copied from the telnet interface.
Use on local term: Use on local term:
......
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