comparison mplayer.c @ 378:6e813c134226

variables related to fbdev moved to cfg-mplayer.h
author szabii
date Thu, 12 Apr 2001 20:37:25 +0000
parents 28cc43e013fd
children a894e005bb56
comparison
equal deleted inserted replaced
377:8ad594a8c94c 378:6e813c134226
64 #ifdef USE_XMMP_AUDIO 64 #ifdef USE_XMMP_AUDIO
65 #include "libxmm/xmmp.h" 65 #include "libxmm/xmmp.h"
66 #include "libxmm/libxmm.h" 66 #include "libxmm/libxmm.h"
67 XMM xmm; 67 XMM xmm;
68 XMM_PluginSound *pSound=NULL; 68 XMM_PluginSound *pSound=NULL;
69 #endif
70
71 #ifdef HAVE_FBDEV
72 extern char *fb_dev_name;
73 extern char *fb_mode_cfgfile;
74 extern char *fb_mode_name;
75 extern int fb_mode_depth;
76 #endif 69 #endif
77 70
78 extern int vo_screenwidth; 71 extern int vo_screenwidth;
79 72
80 extern char* win32_codec_name; // must be set before calling DrvOpen() !!! 73 extern char* win32_codec_name; // must be set before calling DrvOpen() !!!