#include "binreloc.h"
#endif
+#ifdef WITH_LIBMV
+#include "libmv-capi.h"
+#endif
+
// from buildinfo.c
#ifdef BUILD_DATE
extern char build_date[];
printf("Build: %s %s %s %s\n", build_date, build_time, build_platform, build_type);
#endif // WITH_BUILDINFO
+#ifdef WITH_LIBMV
+ libmv_startDebugLogging();
+#endif
+
BLI_argsPrint(data);
return 0;
}
br_init( NULL );
#endif
+#ifdef WITH_LIBMV
+ libmv_initLogging(argv[0]);
+#endif
+
setCallbacks();
#ifdef __APPLE__
/* patch to ignore argument finder gives us (pid?) */