]> git.sesse.net Git - vlc/commitdiff
CLOCK_FREQ is a mtime_t
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 9 Jun 2009 15:58:09 +0000 (18:58 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 9 Jun 2009 15:59:25 +0000 (18:59 +0300)
include/vlc_config.h

index 77709e7306c78fddb46086a1396df733697b8acd..3998482c4eba3761f5a76786b69af18317b6f32e 100644 (file)
@@ -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 */