view input/lirc.h @ 23543:d198ab45f7c9

Follow ffmpeg TARGET_ARCH_* -> ARCH_* change. Feel free to revert if you do not like it, but I want to get MPlayer to compile again.
author reimar
date Sat, 16 Jun 2007 15:24:39 +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);