[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40584] branches/soc-2011-tomato/extern/ libmv: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Mon Sep 26 22:16:43 CEST 2011


Revision: 40584
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40584
Author:   nazgul
Date:     2011-09-26 20:16:43 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
Camera tracking integration
===========================

Fix for msvc2010 compilaiton. Patch by Nico Blends, thanks!

Modified Paths:
--------------
    branches/soc-2011-tomato/extern/libmv/libmv/simple_pipeline/tracks.cc
    branches/soc-2011-tomato/extern/libmv/patches/series

Added Paths:
-----------
    branches/soc-2011-tomato/extern/libmv/patches/msvc2010.patch

Modified: branches/soc-2011-tomato/extern/libmv/libmv/simple_pipeline/tracks.cc
===================================================================
--- branches/soc-2011-tomato/extern/libmv/libmv/simple_pipeline/tracks.cc	2011-09-26 20:03:07 UTC (rev 40583)
+++ branches/soc-2011-tomato/extern/libmv/libmv/simple_pipeline/tracks.cc	2011-09-26 20:16:43 UTC (rev 40584)
@@ -20,6 +20,7 @@
 
 #include <algorithm>
 #include <vector>
+#include <iterator>
 
 #include "libmv/numeric/numeric.h"
 #include "libmv/simple_pipeline/tracks.h"

Added: branches/soc-2011-tomato/extern/libmv/patches/msvc2010.patch
===================================================================
--- branches/soc-2011-tomato/extern/libmv/patches/msvc2010.patch	                        (rev 0)
+++ branches/soc-2011-tomato/extern/libmv/patches/msvc2010.patch	2011-09-26 20:16:43 UTC (rev 40584)
@@ -0,0 +1,12 @@
+diff --git a/src/libmv/simple_pipeline/tracks.cc b/src/libmv/simple_pipeline/tracks.cc
+index 0e2a1b6..3fb8ddb 100644
+--- a/src/libmv/simple_pipeline/tracks.cc
++++ b/src/libmv/simple_pipeline/tracks.cc
+@@ -20,6 +20,7 @@
+ 
+ #include <algorithm>
+ #include <vector>
++#include <iterator>
+ 
+ #include "libmv/numeric/numeric.h"
+ #include "libmv/simple_pipeline/tracks.h"

Modified: branches/soc-2011-tomato/extern/libmv/patches/series
===================================================================
--- branches/soc-2011-tomato/extern/libmv/patches/series	2011-09-26 20:03:07 UTC (rev 40583)
+++ branches/soc-2011-tomato/extern/libmv/patches/series	2011-09-26 20:16:43 UTC (rev 40584)
@@ -7,3 +7,4 @@
 function_derivative.patch
 high_distortion_crash_fix.patch
 mingw.patch
+msvc2010.patch




More information about the Bf-blender-cvs mailing list