Disable rtc timing by default.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19762 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2006-09-09 02:08:52 +00:00
parent a7db0ce6fd
commit 2ca1aba8b5
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ static char* menu_root = "main";
#ifdef HAVE_RTC
static int nortc;
static int nortc = 1;
static char* rtc_device;
#endif