[MPlayer-cvslog] r31447 - in trunk: cfg-mplayer.h mp_fifo.h

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


Author: diego
Date: Thu Jun 17 11:17:13 2010
New Revision: 31447

Log:
Move extern variable declarations for mp_fifo.c to mp_fifo.h.

Modified:
   trunk/cfg-mplayer.h
   trunk/mp_fifo.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Thu Jun 17 11:12:38 2010	(r31446)
+++ trunk/cfg-mplayer.h	Thu Jun 17 11:17:13 2010	(r31447)
@@ -29,9 +29,7 @@
 #include "libvo/aspect.h"
 #include "libvo/vo_fbdev.h"
 #include "libvo/vo_zr.h"
-
-extern int key_fifo_size;
-extern unsigned doubleclick_time;
+#include "mp_fifo.h"
 
 extern char *lirc_configfile;
 

Modified: trunk/mp_fifo.h
==============================================================================
--- trunk/mp_fifo.h	Thu Jun 17 11:12:38 2010	(r31446)
+++ trunk/mp_fifo.h	Thu Jun 17 11:17:13 2010	(r31447)
@@ -19,6 +19,10 @@
 #ifndef MPLAYER_MP_FIFO_H
 #define MPLAYER_MP_FIFO_H
 
+extern int key_fifo_size;
+extern unsigned doubleclick_time;
+
+
 int mplayer_get_key(int fd);
 void mplayer_put_key(int code);
 


More information about the MPlayer-cvslog mailing list