summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-26 17:10:35 +0100
committerwm4 <wm4@nowhere>2013-12-26 17:13:25 +0100
commit34bee16faf64d1f0e4e6f28549731c7d8570baa3 (patch)
tree1ad93bc4f91767b83033aa052a2e7edd20148b96 /wscript_build.py
parent652895abdce4bc1ff2f00c7f21c0d0d722680806 (diff)
downloadmpv-34bee16faf64d1f0e4e6f28549731c7d8570baa3.tar.bz2
mpv-34bee16faf64d1f0e4e6f28549731c7d8570baa3.tar.xz
input: split off some code from input.c to separate files
This is mostly just moving code around.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 2d36ea9b2d..f34f304f3a 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -195,7 +195,10 @@ def build(ctx):
( "demux/mf.c" ),
## Input
+ ( "input/cmd_list.c" ),
+ ( "input/cmd_parse.c" ),
( "input/input.c" ),
+ ( "input/keycodes.c" ),
( "input/joystick.c", "joystick" ),
( "input/lirc.c", "lirc" ),