[MPlayer-cvslog] r32123 - trunk/gui/mplayer/play.c

diego subversion at mplayerhq.hu
Thu Sep 9 19:01:43 CEST 2010


Author: diego
Date: Thu Sep  9 19:01:43 2010
New Revision: 32123

Log:
Add appropriate #include instead of declaring seek-related variables extern.

Modified:
   trunk/gui/mplayer/play.c

Modified: trunk/gui/mplayer/play.c
==============================================================================
--- trunk/gui/mplayer/play.c	Thu Sep  9 18:59:21 2010	(r32122)
+++ trunk/gui/mplayer/play.c	Thu Sep  9 19:01:43 2010	(r32123)
@@ -26,6 +26,7 @@
 
 #include "config.h"
 #include "help_mp.h"
+#include "mp_core.h"
 #include "libmpcodecs/vd.h"
 #include "libvo/x11_common.h"
 #include "libvo/video_out.h"
@@ -47,9 +48,6 @@
 
 #include "stream/stream.h"
 
-extern float rel_seek_secs;
-extern int abs_seek_pos;
-
 int mplGotoTheNext = 1;
 
 void mplFullScreen( void )


More information about the MPlayer-cvslog mailing list