[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.220,1.221

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Jun 28 14:17:38 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	cfg-mplayer.h 
Log Message:
10l of a sweet liquid to Alex:
-rtc should be the inverse of -nortc, added this missing option and renamed
-rtc to -rtc-device, which is more descriptive anyway.


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- cfg-mplayer.h	26 Jun 2004 10:51:43 -0000	1.220
+++ cfg-mplayer.h	28 Jun 2004 12:17:36 -0000	1.221
@@ -412,7 +412,8 @@
 	{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 #ifdef HAVE_RTC
 	{"nortc", &nortc, CONF_TYPE_FLAG, 0, 0, 1, NULL},
-        {"rtc", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"rtc", &nortc, CONF_TYPE_FLAG, 0, 0, 0, NULL},
+	{"rtc-device", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #endif
 
 	{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},




More information about the MPlayer-cvslog mailing list