[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38570] branches/soc-2011-tomato/source/ blender/blenkernel/intern/tracking.c: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Thu Jul 21 18:56:44 CEST 2011


Revision: 38570
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38570
Author:   nazgul
Date:     2011-07-21 16:56:44 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
Camera tracking integration
===========================

Attempt to fix undefined log2f function.

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	2011-07-21 16:51:36 UTC (rev 38569)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-07-21 16:56:44 UTC (rev 38570)
@@ -32,6 +32,7 @@
 
 #include <stddef.h>
 #include <limits.h>
+#include <math.h>
 
 #include "MEM_guardedalloc.h"
 




More information about the Bf-blender-cvs mailing list