[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56733] trunk/blender/extern/libmv/ libmv-capi.cc: Forgot this in one of previous commits

Sergey Sharybin sergey.vfx at gmail.com
Mon May 13 00:40:12 CEST 2013


Revision: 56733
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56733
Author:   nazgul
Date:     2013-05-12 22:40:12 +0000 (Sun, 12 May 2013)
Log Message:
-----------
Forgot this in one of previous commits

Idea here is to be able to have all files opened in IDE
and not confuse it by the same function implemented in
multiple files.

Modified Paths:
--------------
    trunk/blender/extern/libmv/libmv-capi.cc

Modified: trunk/blender/extern/libmv/libmv-capi.cc
===================================================================
--- trunk/blender/extern/libmv/libmv-capi.cc	2013-05-12 22:35:07 UTC (rev 56732)
+++ trunk/blender/extern/libmv/libmv-capi.cc	2013-05-12 22:40:12 UTC (rev 56733)
@@ -24,6 +24,8 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+#ifdef WITH_LIBMV
+
 /* define this to generate PNG images with content of search areas
    tracking between which failed */
 #undef DUMP_FAILURE
@@ -965,3 +967,5 @@
 		camera_intrinsics.InvertIntrinsics(x, y, x1, y1);
 	}
 }
+
+#endif




More information about the Bf-blender-cvs mailing list