[MPlayer-cvslog] r31448 - in trunk: cfg-mplayer.h input/lirc.h

diego subversion at mplayerhq.hu
Thu Jun 17 11:19:06 CEST 2010


Author: diego
Date: Thu Jun 17 11:19:05 2010
New Revision: 31448

Log:
Move LIRC-related extern variable declarations to lirc.h.

Modified:
   trunk/cfg-mplayer.h
   trunk/input/lirc.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Thu Jun 17 11:17:13 2010	(r31447)
+++ trunk/cfg-mplayer.h	Thu Jun 17 11:19:05 2010	(r31448)
@@ -24,6 +24,7 @@
  */
 
 #include "cfg-common.h"
+#include "input/lirc.h"
 #include "libmpcodecs/vd.h"
 #include "libmenu/menu.h"
 #include "libvo/aspect.h"
@@ -31,8 +32,6 @@
 #include "libvo/vo_zr.h"
 #include "mp_fifo.h"
 
-extern char *lirc_configfile;
-
 extern float vo_panscanrange;
 /* only used at startup (setting these values from configfile) */
 extern char *vo_geometry;

Modified: trunk/input/lirc.h
==============================================================================
--- trunk/input/lirc.h	Thu Jun 17 11:17:13 2010	(r31447)
+++ trunk/input/lirc.h	Thu Jun 17 11:19:05 2010	(r31448)
@@ -19,6 +19,8 @@
 #ifndef MPLAYER_LIRC_H
 #define MPLAYER_LIRC_H
 
+extern char *lirc_configfile;
+
 int
 mp_input_lirc_init(void);
 


More information about the MPlayer-cvslog mailing list