summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-28 12:17:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-28 12:17:36 +0000
commita464a431c484d3e304017fc25fad53193db6a0fe (patch)
tree100f7fc86dadee83a0aa884a9742420f0d670fd4 /cfg-mplayer.h
parent994375361b69e3833c13ee253e5749a4cda0c8ca (diff)
downloadmpv-a464a431c484d3e304017fc25fad53193db6a0fe.tar.bz2
mpv-a464a431c484d3e304017fc25fad53193db6a0fe.tar.xz
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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 2 insertions, 1 deletions
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},