[MPlayer-cvslog] r32150 - in trunk: gui/cfg.c mplayer.h
diego
subversion at mplayerhq.hu
Sat Sep 11 14:13:30 CEST 2010
Author: diego
Date: Sat Sep 11 14:13:30 2010
New Revision: 32150
Log:
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
Modified:
trunk/gui/cfg.c
trunk/mplayer.h
Modified: trunk/gui/cfg.c
==============================================================================
--- trunk/gui/cfg.c Sat Sep 11 14:10:43 2010 (r32149)
+++ trunk/gui/cfg.c Sat Sep 11 14:13:30 2010 (r32150)
@@ -102,8 +102,6 @@ gtkASS_t gtkASS;
#endif
// ---
-extern int disable_gui_conf;
-
static m_config_t * gui_conf;
static const m_option_t gui_opts[] =
{
Modified: trunk/mplayer.h
==============================================================================
--- trunk/mplayer.h Sat Sep 11 14:10:43 2010 (r32149)
+++ trunk/mplayer.h Sat Sep 11 14:13:30 2010 (r32150)
@@ -38,6 +38,7 @@ extern double start_pts;
/* for the GUI */
extern int auto_quality;
+extern int disable_gui_conf;
extern int stream_dump_type;
void update_set_of_subtitles(void);
More information about the MPlayer-cvslog
mailing list