changeset 32066:8d92770a9c7b

Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
author diego
date Sat, 11 Sep 2010 12:13:30 +0000
parents 319ae9dc51a2
children 548499b3f354
files gui/cfg.c mplayer.h
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/cfg.c	Sat Sep 11 12:10:43 2010 +0000
+++ b/gui/cfg.c	Sat Sep 11 12:13:30 2010 +0000
@@ -102,8 +102,6 @@
 #endif
 // ---
 
-extern int    disable_gui_conf;
-
 static m_config_t * gui_conf;
 static const m_option_t gui_opts[] =
 {
--- a/mplayer.h	Sat Sep 11 12:10:43 2010 +0000
+++ b/mplayer.h	Sat Sep 11 12:13:30 2010 +0000
@@ -38,6 +38,7 @@
 
 /* for the GUI */
 extern int auto_quality;
+extern int disable_gui_conf;
 extern int stream_dump_type;
 
 void update_set_of_subtitles(void);