From 007354628308c213dac822475c03b2d890b91d06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 9 Jun 2009 18:58:09 +0300 Subject: [PATCH] CLOCK_FREQ is a mtime_t --- include/vlc_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5