]> git.sesse.net Git - vlc/blobdiff - src/input/clock.c
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / src / input / clock.c
index 6c724b82d7effdd654203c6c4479ebe65f954e09..27ab13ae76cbac1caa7d830edc87b1567279380b 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include "input_internal.h"
 
@@ -75,7 +75,7 @@ static void ClockNewRef( input_clock_t * p_pgrm,
  *****************************************************************************/
 
 /* Maximum gap allowed between two CRs. */
-#define CR_MAX_GAP (I64C(2000000)*100/9)
+#define CR_MAX_GAP (INT64_C(2000000)*100/9)
 
 /* Latency introduced on DVDs with CR == 0 on chapter change - this is from
  * my dice --Meuuh */