Mercurial > mplayer.hg
annotate lirc_mp.h @ 2947:987c77cbb4de
last part of changes since around configure 230 applied
(lirc in autodetect, VO2 support)
blocks sorted for ao/vo (video/video+audio/audio)
author | pl |
---|---|
date | Sat, 17 Nov 2001 11:26:26 +0000 |
parents | 3b5f5d1c5041 |
children |
rev | line source |
---|---|
1 | 1 /* |
2 | |
3 definitions for LIRC support in mplayer | |
4 written in 2/2001 by Andreas Ackermann | |
5 acki@acki-netz.de | |
6 | |
7 */ | |
8 | |
9 #ifndef LIRC_MP_H_ | |
10 #define LIRC_MP_H_ | |
11 | |
12 #include <lirc/lirc_client.h> | |
13 | |
14 //extern struct lirc_config *lirc_config; | |
15 //extern int lirc_is_setup; | |
16 | |
17 | |
18 void lirc_mp_setup(void); | |
19 void lirc_mp_cleanup(void); | |
20 int lirc_mp_getinput(void); | |
21 | |
22 | |
23 #endif |