summaryrefslogtreecommitdiffstats
path: root/old-makefile
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 /old-makefile
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 'old-makefile')
-rw-r--r--old-makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/old-makefile b/old-makefile
index f9aacac2c8..ac7fc98502 100644
--- a/old-makefile
+++ b/old-makefile
@@ -204,7 +204,10 @@ SOURCES = audio/audio.c \
demux/demux_subreader.c \
demux/ebml.c \
demux/mf.c \
+ input/cmd_list.c \
+ input/cmd_parse.c \
input/input.c \
+ input/keycodes.c \
misc/charset_conv.c \
misc/ring.c \
options/m_config.c \