summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-01-04 16:59:22 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-01-04 17:28:55 +0100
commit082c5c19a1efe3c450f1ad1b0411d335be88e60e (patch)
tree37f3eb64aee2285295c0c87bfae0e80a79f7d0e8 /wscript_build.py
parentbb3ea1580ebb9715ad5cc8829fcbe556c87db66e (diff)
downloadmpv-082c5c19a1efe3c450f1ad1b0411d335be88e60e.tar.bz2
mpv-082c5c19a1efe3c450f1ad1b0411d335be88e60e.tar.xz
input: move files drag and drop to a new event.c file
event.c will be used to feed the input queue with 'global' events that don't mesh well with the usual check_events path in mpv.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 4f216e41fb..8b7ca79995 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -197,6 +197,7 @@ def build(ctx):
## Input
( "input/cmd_list.c" ),
( "input/cmd_parse.c" ),
+ ( "input/event.c" ),
( "input/input.c" ),
( "input/keycodes.c" ),
( "input/joystick.c", "joystick" ),