From 614f847516b7ed98784b8d491a417e037ff2f391 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Jul 2012 18:48:50 +0200 Subject: 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.) --- cfg-mplayer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3