# HG changeset patch # User uau # Date 1157767732 0 # Node ID f5584340d2e688a4f0c6c1efa030ecd7fabbcfe5 # Parent 0e7162ecc045c9f035b4b6121d359847871ee02e Disable rtc timing by default. diff -r 0e7162ecc045 -r f5584340d2e6 mplayer.c --- a/mplayer.c Fri Sep 08 22:19:24 2006 +0000 +++ b/mplayer.c Sat Sep 09 02:08:52 2006 +0000 @@ -401,7 +401,7 @@ #ifdef HAVE_RTC -static int nortc; +static int nortc = 1; static char* rtc_device; #endif