[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59488] branches/soc-2013-motion_track/ extern/libmv/libmv-capi_stub.cc: Fix compilation with WITH_LIBMV=OFF

Joseph Mansfield sftrabbit at gmail.com
Sun Aug 25 00:06:36 CEST 2013


Revision: 59488
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59488
Author:   sftrabbit
Date:     2013-08-24 22:06:36 +0000 (Sat, 24 Aug 2013)
Log Message:
-----------
Fix compilation with WITH_LIBMV=OFF

Once again, I forgot to update libmv-capi_stub.cc to match the header.

Modified Paths:
--------------
    branches/soc-2013-motion_track/extern/libmv/libmv-capi_stub.cc

Modified: branches/soc-2013-motion_track/extern/libmv/libmv-capi_stub.cc
===================================================================
--- branches/soc-2013-motion_track/extern/libmv/libmv-capi_stub.cc	2013-08-24 20:30:08 UTC (rev 59487)
+++ branches/soc-2013-motion_track/extern/libmv/libmv-capi_stub.cc	2013-08-24 22:06:36 UTC (rev 59488)
@@ -173,7 +173,8 @@
 /* ************ camera intrinsics ************ */
 
 struct libmv_CameraIntrinsics *libmv_reconstructionExtractIntrinsics(
-		struct libmv_Reconstruction * /*libmv_reconstruction*/)
+		struct libmv_Reconstruction * /*libmv_reconstruction*/,
+    int /*camera*/)
 {
 	return NULL;
 }




More information about the Bf-blender-cvs mailing list