summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-01 03:16:03 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-03 01:20:01 +0300
commite5f884e68cc58913a4d8f6409c474f917e2fd975 (patch)
tree0a6a20d784553f3852251bff51418c605ed094cb
parent76d8683e2ed9b40c955ca2fb25bce98fe1a156b8 (diff)
downloadmpv-e5f884e68cc58913a4d8f6409c474f917e2fd975.tar.bz2
mpv-e5f884e68cc58913a4d8f6409c474f917e2fd975.tar.xz
input: rename cmd_parse.c to cmd.c
Done separately from the cmd.h rename to avoid issues with git being bad at tracking mixed content and filename changes.
-rw-r--r--input/cmd.c (renamed from input/cmd_parse.c)0
-rw-r--r--wscript_build.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/input/cmd_parse.c b/input/cmd.c
index 95f9f9ac50..95f9f9ac50 100644
--- a/input/cmd_parse.c
+++ b/input/cmd.c
diff --git a/wscript_build.py b/wscript_build.py
index dd90eafb84..9c10f296ec 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -307,7 +307,7 @@ def build(ctx):
## Input
( "input/cmd_list.c" ),
- ( "input/cmd_parse.c" ),
+ ( "input/cmd.c" ),
( "input/event.c" ),
( "input/input.c" ),
( "input/ipc.c" ),