Mercurial > mplayer.hg
changeset 32039:5c708ee9b4ab
Add appropriate #include instead of declaring seek-related variables extern.
author | diego |
---|---|
date | Thu, 09 Sep 2010 17:01:43 +0000 |
parents | 0fb2562cb130 |
children | fb341240a2a8 |
files | gui/mplayer/play.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/play.c Thu Sep 09 16:59:21 2010 +0000 +++ b/gui/mplayer/play.c Thu Sep 09 17:01:43 2010 +0000 @@ -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 )