From 7625c3f3ce7d346a4d3c6846b355c989885c1627 Mon Sep 17 00:00:00 2001 From: szabii Date: Thu, 12 Apr 2001 20:37:25 +0000 Subject: variables related to fbdev moved to cfg-mplayer.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@379 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 6dc252cada..78651adf6a 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -2,6 +2,13 @@ * config for cfgparser */ +#ifdef HAVE_FBDEV +extern char *fb_dev_name; +extern char *fb_mode_cfgfile; +extern char *fb_mode_name; +extern int fb_mode_depth; +#endif + struct config conf[]={ /* name, pointer, type, flags, min, max */ {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */ @@ -67,3 +74,4 @@ struct config conf[]={ {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, {NULL, NULL, 0, 0, 0, 0} }; + -- cgit v1.2.3