[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.161,1.162

Arpi of Ize arpi at mplayerhq.hu
Tue Sep 10 22:40:52 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv30023

Modified Files:
	cfg-mplayer.h 
Log Message:
GTF update: Fixes "known parametrs" even when fbdev unused
patch by Rudolf Marek <MAREKR2 at cs.felk.cvut.cz>


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- cfg-mplayer.h	22 Aug 2002 23:03:34 -0000	1.161
+++ cfg-mplayer.h	10 Sep 2002 20:40:49 -0000	1.162
@@ -205,13 +205,16 @@
 	    CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #endif
 
+#if defined(HAVE_FBDEV)||defined(HAVE_VESA) 
+       {"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 
+       {"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 
+       {"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 
+#endif 
+
 #ifdef HAVE_FBDEV
 	{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
-	{"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
-	{"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
-	{"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #else
 #ifdef HAVE_DIRECTFB
 	{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},




More information about the MPlayer-cvslog mailing list