summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-01 12:22:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-01 12:22:39 +0000
commite6524e5b0958e8b798e160c6ae555f5495c5f5eb (patch)
tree9747e1f764d98601bb8f1c2bdf404e53762f63b3 /mplayer.c
parent153d3325cd34ae1d4c73ab73e63b4cd9aaace069 (diff)
downloadmpv-e6524e5b0958e8b798e160c6ae555f5495c5f5eb.tar.bz2
mpv-e6524e5b0958e8b798e160c6ae555f5495c5f5eb.tar.xz
use a configurable-size ringbuffer instead of a pipe for buffering key events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14078 b3059339-0415-0410-9bf9-f77b7e298cf2
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)