summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-10-15 17:48:47 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-17 20:47:43 +0200
commit3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e (patch)
treeaa3fdc29dd79dd3fb7b8dcac4fc21a02300dd8d9 /wscript_build.py
parente0f0f6fe26b7f8d941a20f2c86564b83e5fb52cb (diff)
downloadmpv-3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e.tar.bz2
mpv-3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e.tar.xz
input: implement --input-file on unix using the IPC support
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index a7d7e0171f..bf47d00dfa 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -191,7 +191,6 @@ def build(ctx):
( "input/input.c" ),
( "input/ipc.c", "!mingw" ),
( "input/keycodes.c" ),
- ( "input/pipe-unix.c", "!mingw" ),
( "input/pipe-win32.c", "waio" ),
( "input/joystick.c", "joystick" ),
( "input/lirc.c", "lirc" ),