From: RĂ©mi Denis-Courmont Date: Tue, 9 Jun 2009 15:58:09 +0000 (+0300) Subject: CLOCK_FREQ is a mtime_t X-Git-Tag: 1.1.0-ff~5514 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=007354628308c213dac822475c03b2d890b91d06;p=vlc CLOCK_FREQ is a mtime_t --- diff --git a/include/vlc_config.h b/include/vlc_config.h index 77709e7306..3998482c4e 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -42,7 +42,7 @@ * XXX the numerical value is 0 because of historical reason and will change.*/ #define VLC_TS_INVALID (0) -#define CLOCK_FREQ 1000000 +#define CLOCK_FREQ INT64_C(1000000) /* When creating or destroying threads in blocking mode, delay to poll thread * status */