# HG changeset patch # User diego # Date 1284207210 0 # Node ID 8d92770a9c7b7cf8177a21038bf4cca97dcc28c7 # Parent 319ae9dc51a22e52db023ea867b71918765ab477 Move disable_gui_conf extern var declaration to mplayer.h, where it belongs. diff -r 319ae9dc51a2 -r 8d92770a9c7b gui/cfg.c --- 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[] = { diff -r 319ae9dc51a2 -r 8d92770a9c7b mplayer.h --- 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);