summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-26 10:51:44 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-26 10:51:44 +0000
commitbca005762fd2161f7f7338bdde3627ece526602c (patch)
tree5e9ec5558513a1b06d865e469f0461e0115db139 /cfg-mplayer.h
parent4bf094ac51cf9afa7c8f45ef2336db835cd3f733 (diff)
downloadmpv-bca005762fd2161f7f7338bdde3627ece526602c.tar.bz2
mpv-bca005762fd2161f7f7338bdde3627ece526602c.tar.xz
rtc-device cmd option by James Noble
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12682 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 6bfada00db..4c1fa83904 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -412,6 +412,7 @@ 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},
#endif
{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},