0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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

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