[vlc-commits] oldrc: rename the source file too
Rémi Denis-Courmont
git at videolan.org
Mon Mar 30 17:00:32 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 30 18:00:16 2015 +0300| [a2110274cbd5f91053b094cd9f0b3b8fa90e9ae1] | committer: Rémi Denis-Courmont
oldrc: rename the source file too
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2110274cbd5f91053b094cd9f0b3b8fa90e9ae1
---
modules/control/Makefile.am | 2 +-
modules/control/{rc.c => oldrc.c} | 2 +-
po/POTFILES.in | 2 +-
share/lua/intf/cli.lua | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/control/Makefile.am b/modules/control/Makefile.am
index 70a8486..06f258c 100644
--- a/modules/control/Makefile.am
+++ b/modules/control/Makefile.am
@@ -6,7 +6,7 @@ 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)
-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)
control_LTLIBRARIES = \
diff --git a/modules/control/rc.c b/modules/control/oldrc.c
similarity index 99%
rename from modules/control/rc.c
rename to modules/control/oldrc.c
index bd3417a..00d7667 100644
--- a/modules/control/rc.c
+++ b/modules/control/oldrc.c
@@ -1,5 +1,5 @@
/*****************************************************************************
- * 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
* $Id$
diff --git a/po/POTFILES.in b/po/POTFILES.in
index df5c23f..8110fd4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -437,7 +437,7 @@ modules/control/lirc.c
modules/control/motion.c
modules/control/netsync.c
modules/control/ntservice.c
-modules/control/rc.c
+modules/control/oldrc.c
modules/control/unimotion.c
modules/control/unimotion.h
modules/demux/aiff.c
diff --git a/share/lua/intf/cli.lua b/share/lua/intf/cli.lua
index 5af1e73..a57b617 100644
--- a/share/lua/intf/cli.lua
+++ b/share/lua/intf/cli.lua
@@ -26,7 +26,7 @@ description=
[============================================================================[
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.
Use on local term:
More information about the vlc-commits
mailing list