Mercurial > mplayer.hg
annotate lirc_mp.h @ 6421:9d00332ca943
Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri <ldb@ldb.ods.org>
Please check on pre-3.1 gcc to make sure everythings correct.
author | atmos4 |
---|---|
date | Thu, 13 Jun 2002 22:44:28 +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 |