summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index c6399cfb4e..2e087c846c 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1312,7 +1312,7 @@ if (edl_check_mode() == EDL_ERROR && edl_filename)
// Init input system
current_module = "init_input";
mp_input_init();
-#ifndef HAVE_NO_POSIX_SELECT
+#if 0
make_pipe(&keyb_fifo_get,&keyb_fifo_put);
if(keyb_fifo_get > 0)