summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-29 18:48:50 +0200
committerwm4 <wm4@nowhere>2012-07-30 01:42:54 +0200
commit614f847516b7ed98784b8d491a417e037ff2f391 (patch)
treec258f29d0c25158d5ae994719df34b02d8146668 /cfg-mplayer.h
parent7349d39938ae61b90778ddef5cf427e37cd96c75 (diff)
downloadmpv-614f847516b7ed98784b8d491a417e037ff2f391.tar.bz2
mpv-614f847516b7ed98784b8d491a417e037ff2f391.tar.xz
mplayer: remove Linux RTC support
This used /dev/rtc for timing. /dev/rtc root only by default, and I have a hard time believing that the standard OS functions are not good enough. (Even if not, support for POSIX high resolution timers should be added instead, see clock_gettime() and others.)
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index dd6537678b..1f937c1635 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -880,10 +880,6 @@ const m_option_t mplayer_opts[]={
OPT_INTRANGE("autosync", autosync, 0, 0, 10000),
OPT_FLAG_ON("softsleep", softsleep, 0),
-#ifdef HAVE_RTC
- OPT_MAKE_FLAGS("rtc", rtc, 0),
- OPT_STRING("rtc-device", rtc_device, 0),
-#endif
OPT_CHOICE("term-osd", term_osd, M_OPT_IMPLICIT_DEFAULT,
({"force", 1},