From 8d5214de0abc768242aacf8bc217e1726cb6a661 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 01:23:09 +0100 Subject: Move mpvcore/input/ to input/ --- wscript_build.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 703ade0d61..8142ff87c5 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -60,7 +60,7 @@ def build(ctx): ctx.file2string( source = "etc/input.conf", - target = "mpvcore/input/input_conf.h") + target = "input/input_conf.h") ctx.file2string( source = "video/out/gl_video_shaders.glsl", @@ -163,9 +163,6 @@ def build(ctx): ( "audio/out/ao_wasapi.c", "wasapi" ), ## Core - ( "mpvcore/input/input.c" ), - ( "mpvcore/input/joystick.c", "joystick" ), - ( "mpvcore/input/lirc.c", "lirc" ), ( "mpvcore/asxparser.c" ), ( "mpvcore/av_common.c" ), ( "mpvcore/av_log.c" ), @@ -206,6 +203,11 @@ def build(ctx): ( "demux/ebml.c" ), ( "demux/mf.c" ), + ## Input + ( "input/input.c" ), + ( "input/joystick.c", "joystick" ), + ( "input/lirc.c", "lirc" ), + ## Player ( "player/audio.c" ), ( "player/command.c" ), -- cgit v1.2.3