]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
CLOCK_FREQ is a 64-bits quantity as mtime_t
[vlc] / include / vlc_config.h
index 30f05e308146d0ab8ba2d19bda0d2fe4db887dc6..502af4c99694cb65257d24be505d9da48e07de03 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+/**
+ * \file
+ * This file defines of values used in interface, vout, aout and vlc core functions.
+ */
+
 /* Conventions regarding names of symbols and variables
  * ----------------------------------------------------
  *
@@ -33,7 +38,7 @@
  * General configuration
  *****************************************************************************/
 
-#define CLOCK_FREQ 1000000
+#define CLOCK_FREQ (UINT64_C(1000000))
 
 
 /* When creating or destroying threads in blocking mode, delay to poll thread
@@ -56,7 +61,6 @@
  *****************************************************************************/
 
 #define DEFAULT_INPUT_ACTIVITY 1
-#define DIRECTORY_ACTIVITY 100
 #define TRANSCODE_ACTIVITY 10
 
 /* Used in ErrorThread */