0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

variables related to fbdev moved to cfg-mplayer.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-04-12 20:37:25 +00:00
parent 474099c5bc
commit 7625c3f3ce
2 changed files with 8 additions and 7 deletions

View File

@ -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}
};

View File

@ -68,13 +68,6 @@ XMM xmm;
XMM_PluginSound *pSound=NULL;
#endif
#ifdef HAVE_FBDEV
extern char *fb_dev_name;
extern char *fb_mode_cfgfile;
extern char *fb_mode_name;
extern int fb_mode_depth;
#endif
extern int vo_screenwidth;
extern char* win32_codec_name; // must be set before calling DrvOpen() !!!