summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-12 20:37:25 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-12 20:37:25 +0000
commit7625c3f3ce7d346a4d3c6846b355c989885c1627 (patch)
treee1037e8e06534283292cbbfa156cfbe32e546bd3 /cfg-mplayer.h
parent474099c5bc70a5f8deec06af7681a13e8a8bfe45 (diff)
downloadmpv-7625c3f3ce7d346a4d3c6846b355c989885c1627.tar.bz2
mpv-7625c3f3ce7d346a4d3c6846b355c989885c1627.tar.xz
variables related to fbdev moved to cfg-mplayer.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@379 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h8
1 files changed, 8 insertions, 0 deletions
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}
};
+