[MPlayer-cvslog] CVS: main cfg-common.h,1.142,1.143

Torinthiel CVS syncmail at mplayerhq.hu
Sat Apr 2 20:43:21 CEST 2005


CVS change done by Torinthiel CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv2475

Modified Files:
	cfg-common.h 
Log Message:
100l for missing #ifdef in previous commit

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- cfg-common.h	2 Apr 2005 18:29:15 -0000	1.142
+++ cfg-common.h	2 Apr 2005 18:43:18 -0000	1.143
@@ -6,7 +6,9 @@
 	{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
 	{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
 	{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
+#ifdef WIN32
 	{"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
+#endif
 
 // ------------------------- stream options --------------------
 




More information about the MPlayer-cvslog mailing list