OSDN Git Service

Make sure kbhit() is in conio.h
authorDave Yeo <dave.r.yeo@gmail.com>
Tue, 22 Mar 2011 03:47:48 +0000 (03:47 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 22 Mar 2011 11:07:46 +0000 (11:07 +0000)
commitb58b9fa3b5243f02e5212db9171b2f02de4524ea
treeebdc8cfb44c44998b6b7c503b4353d9d79195453
parent2a569799a90986cf137792cc03a56752447652c7
Make sure kbhit() is in conio.h

Conio.h is a non-standard header and may not have kbhit()
prototyped. This fixes compile on OS/2 where the EMX version (we're
using a fork) of conio.h only has getch() and getche().

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure
ffmpeg.c