CVS: main cfg-mplayer.h,1.160,1.161
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv7643 Modified Files: cfg-mplayer.h Log Message: General Timing Formula algorithm from a scratch. vo_vesa.c so now adjust the timing to highest possible refresh rate using the monitor capabilities from a config file. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> Index: cfg-mplayer.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- cfg-mplayer.h 15 Aug 2002 22:52:50 -0000 1.160 +++ cfg-mplayer.h 22 Aug 2002 23:03:34 -0000 1.161 @@ -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;
participants (1)
-
Arpi of Ize