[MPlayer-cvslog] r32115 - in trunk: command.c mplayer.h

diego subversion at mplayerhq.hu
Thu Sep 9 17:46:25 CEST 2010


Author: diego
Date: Thu Sep  9 17:46:25 2010
New Revision: 32115

Log:
Move use_menu extern declaration to mplayer.h, where it belongs.

Modified:
   trunk/command.c
   trunk/mplayer.h

Modified: trunk/command.c
==============================================================================
--- trunk/command.c	Thu Sep  9 17:41:43 2010	(r32114)
+++ trunk/command.c	Thu Sep  9 17:46:25 2010	(r32115)
@@ -70,8 +70,6 @@
 
 #define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
 
-extern int use_menu;
-
 static void rescale_input_coordinates(int ix, int iy, double *dx, double *dy)
 {
     //remove the borders, if any, and rescale to the range [0,1],[0,1]

Modified: trunk/mplayer.h
==============================================================================
--- trunk/mplayer.h	Thu Sep  9 17:41:43 2010	(r32114)
+++ trunk/mplayer.h	Thu Sep  9 17:46:25 2010	(r32115)
@@ -42,6 +42,7 @@ extern int    sub_auto;
 extern char * filename;
 
 extern int stream_cache_size;
+extern int use_menu;
 extern int autosync;
 extern double start_pts;
 extern int frame_dropping;


More information about the MPlayer-cvslog mailing list