[Mplayer-cvslog] CVS: main lirc_mp.c,1.11,1.12

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


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

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


Index: lirc_mp.c
===================================================================
RCS file: /cvsroot/mplayer/main/lirc_mp.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lirc_mp.c	7 Oct 2001 17:19:22 -0000	1.11
+++ lirc_mp.c	23 Feb 2002 21:18:40 -0000	1.12
@@ -13,7 +13,7 @@
 // hack, will be remove later when ./configure fixed...
 #include "config.h"
 
-#ifdef HAVE_LIRC
+#if defined(HAVE_LIRC) && ! defined (HAVE_NEW_INPUT)
 
 #include "mp_msg.h"
 #include "help_mp.h"




More information about the MPlayer-cvslog mailing list