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

Reimar Döffinger CVS syncmail at mplayerhq.hu
Tue Apr 26 17:07:13 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	cfg-common.h 
Log Message:
not all Windows version have ABOVE_NORMAL and BELOW_NORMAL priorities...


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- cfg-common.h	2 Apr 2005 18:43:18 -0000	1.143
+++ cfg-common.h	26 Apr 2005 15:07:11 -0000	1.144
@@ -483,9 +483,13 @@
 } priority_presets_defs[] = {
   { "realtime", REALTIME_PRIORITY_CLASS},
   { "high", HIGH_PRIORITY_CLASS},
+#ifdef ABOVE_NORMAL_PRIORITY_CLASS
   { "abovenormal", ABOVE_NORMAL_PRIORITY_CLASS},
+#endif
   { "normal", NORMAL_PRIORITY_CLASS},
+#ifdef BELOW_NORMAL_PRIORITY_CLASS
   { "belownormal", BELOW_NORMAL_PRIORITY_CLASS},
+#endif
   { "idle", IDLE_PRIORITY_CLASS},
   { NULL, NORMAL_PRIORITY_CLASS} /* default */
 };




More information about the MPlayer-cvslog mailing list