summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 1d1b858af7..a25f270ed7 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -6,13 +6,16 @@
extern int use_stdin;
+#if defined(HAVE_FBDEV)||defined(HAVE_VESA)
+extern char *monitor_hfreq_str;
+extern char *monitor_vfreq_str;
+extern char *monitor_dotclock_str;
+#endif
+
#ifdef HAVE_FBDEV
extern char *fb_dev_name;
extern char *fb_mode_cfgfile;
extern char *fb_mode_name;
-extern char *monitor_hfreq_str;
-extern char *monitor_vfreq_str;
-extern char *monitor_dotclock_str;
#else
#ifdef HAVE_DIRECTFB
extern char *fb_dev_name;