From bca005762fd2161f7f7338bdde3627ece526602c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 26 Jun 2004 10:51:44 +0000 Subject: rtc-device cmd option by James Noble git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12682 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3