#include <stdint.h>
/* XXX */
-#ifndef uint64_t
+
+#ifndef UINT64_MAX
+# define UINT64_MAX 18446744073709551615
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
return 1;
#else
BLI_strncpy(error_msg, "Blender is compiled without motion tracking library", error_size);
- (void) tracking;
+ (void)tracking;
+ (void)object;
return 0;
#endif
libmv_destroyFeatures(features);
#else
(void)tracking;
+ (void)tracksbase;
(void)ibuf;
(void)framenr;
(void)margin;
#include <stdint.h>
/* XXX */
-#ifndef uint64_t
+#ifndef UINT64_MAX
+# define UINT64_MAX 18446744073709551615
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;