From a464a431c484d3e304017fc25fad53193db6a0fe Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jun 2004 12:17:36 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12712 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 4c1fa83904..ffe31bb8e6 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -412,7 +412,8 @@ m_option_t mplayer_opts[]={ {"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}, -- cgit v1.2.3