From 32faec1a53fdc557dd7c74465d9d1d0c0c17cdb0 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 12 May 2013 22:17:37 +0000 Subject: Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.cc Makes code in tracking.cc much easier to understand and modify, without worring to breck compulation with Libmv disabled. It is still possible compilation will break due to libmv-capi changes, but that's not happening so much often. --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index d5407fe38a2..0350de5870c 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -932,6 +932,7 @@ endif() bf_intern_opencolorio extern_rangetree extern_wcwidth + extern_libmv ) if(WITH_COMPOSITOR) @@ -941,7 +942,6 @@ endif() endif() if(WITH_LIBMV) - list(APPEND BLENDER_SORTED_LIBS extern_libmv) list(APPEND BLENDER_SORTED_LIBS extern_ceres) endif() -- cgit v1.2.3