summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-15 13:20:15 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-15 13:20:15 +0000
commita2728034c9b0609e06dcf205531993b34fc431fe (patch)
treef2ff19e74e643f27bb22329c5ea5afe8cc9da1bd /gui
parentc206a31228477a538a07bfc10574a75044a89cdf (diff)
downloadmpv-a2728034c9b0609e06dcf205531993b34fc431fe.tar.bz2
mpv-a2728034c9b0609e06dcf205531993b34fc431fe.tar.xz
noconfig fix, disable_gui_conf was not defined when compiling mencoder.
Fix mencoder linking when the GUI is enabled. Patch by Norman Yarvin (yarvin -at- yarchive -dot- net). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26454 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui')
-rw-r--r--gui/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/cfg.c b/gui/cfg.c
index 36332904bd..c703eb6025 100644
--- a/gui/cfg.c
+++ b/gui/cfg.c
@@ -83,7 +83,7 @@ gtkASS_t gtkASS;
extern int stop_xscreensaver;
extern int m_config_parse_config_file(m_config_t* config, char *conffile);
-int disable_gui_conf=0;
+extern int disable_gui_conf;
static m_config_t * gui_conf;
static const m_option_t gui_opts[] =