Mercurial > mplayer.hg
view input/lirc.h @ 15555:806cd20f1c8f
Use the public sys/kbio.h header instead of messing with the MI headers, which
doesn't exist anymore on DragonFly. Approved by the FreeBSD ports maintainer.
patch by Joerg Sonnenberger <joerg - at - britannica - bec - de>
author | diego |
---|---|
date | Mon, 23 May 2005 21:24:47 +0000 |
parents | d375383e1a48 |
children | 6ac1ece1f9fe |
line wrap: on
line source
int mp_input_lirc_init(void); int mp_input_lirc_read(int fd,char* dest, int s); void mp_input_lirc_close(int fd);