Mercurial > mplayer.hg
changeset 12711:4e781e0ca837
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.
author | diego |
---|---|
date | Mon, 28 Jun 2004 12:17:36 +0000 |
parents | 7411f27abe85 |
children | 365b59f70061 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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},