# HG changeset patch # User diego # Date 1088425056 0 # Node ID 4e781e0ca837ea5fa28c9f42aaa9b1c0ac3072b9 # Parent 7411f27abe85ec1954aee0e3f0fbebaac10ca140 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. diff -r 7411f27abe85 -r 4e781e0ca837 cfg-mplayer.h --- a/cfg-mplayer.h Mon Jun 28 10:14:51 2004 +0000 +++ b/cfg-mplayer.h Mon Jun 28 12:17:36 2004 +0000 @@ -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},