[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58799] branches/soc-2011-tomato/source/ blender/blenkernel/intern/tracking.c: Fix compilation error after recent merge.

Sergey Sharybin sergey.vfx at gmail.com
Thu Aug 1 02:34:05 CEST 2013


Revision: 58799
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58799
Author:   nazgul
Date:     2013-08-01 00:34:03 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Fix compilation error after recent merge.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2013-07-31 22:51:48 UTC (rev 58798)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2013-08-01 00:34:03 UTC (rev 58799)
@@ -2903,8 +2903,8 @@
 	double dst_pixel_x[5], dst_pixel_y[5];
 
 	/* Settings for the tracker */
-	struct libmv_trackRegionOptions options = {0};
-	struct libmv_trackRegionResult result;
+	libmv_TrackRegionOptions options = {0};
+	libmv_TrackRegionResult result;
 
 	float *old_search, *new_search;
 	bool tracked;




More information about the Bf-blender-cvs mailing list