[vlc-devel] CVS Commit (gbazin)
cvs at videolan.org
cvs at videolan.org
Thu Jan 23 10:53:55 CET 2003
Update of /var/cvs/videolan/vlc/modules/control/rc
Modified Files:
rc.c
Log Message:
* modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
call (someone willing to investigate this ?).
--
gbazin
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list