[Mplayer-cvslog] CVS: main/input lirc.c,1.2,1.3

Alban Bedel CVS albeu at mplayer.dev.hu
Sat Feb 23 22:18:42 CET 2002


Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv3483/input

Modified Files:
	lirc.c 
Log Message:
Make old and new lirc support independant from each other


Index: lirc.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/lirc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lirc.c	4 Feb 2002 15:03:18 -0000	1.2
+++ lirc.c	23 Feb 2002 21:18:40 -0000	1.3
@@ -20,7 +20,7 @@
 #include "../help_mp.h"
 
 static struct lirc_config *lirc_config;
-extern char *lirc_configfile;
+char *lirc_configfile;
 
 static int child_pid=0;
 




More information about the MPlayer-cvslog mailing list