]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
CLOCK_FREQ is a mtime_t
[vlc] / 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 */