[Bf-blender-cvs] [604ed84] libmv_prediction: Fix compilation error with disabled libmv

Sergey Sharybin noreply at git.blender.org
Mon Oct 20 19:55:04 CEST 2014


Commit: 604ed8417293135262fb489a0aa2b05a6e965c78
Author: Sergey Sharybin
Date:   Mon Oct 20 23:54:33 2014 +0600
Branches: libmv_prediction
https://developer.blender.org/rB604ed8417293135262fb489a0aa2b05a6e965c78

Fix compilation error with disabled libmv

===================================================================

M	extern/libmv/CMakeLists.txt

===================================================================

diff --git a/extern/libmv/CMakeLists.txt b/extern/libmv/CMakeLists.txt
index 2cf11cd..69632b3 100644
--- a/extern/libmv/CMakeLists.txt
+++ b/extern/libmv/CMakeLists.txt
@@ -251,7 +251,7 @@ if(WITH_LIBMV)
 	endif()
 else()
 	list(APPEND SRC
-		libmv-capi_stub.cc
+		intern/stub.cc
 	)
 endif()




More information about the Bf-blender-cvs mailing list