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

Sergey Sharybin g.ulairi at gmail.com
Sat Oct 22 17:19:17 CEST 2011


Revision: 41194
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41194
Author:   nazgul
Date:     2011-10-22 15:19:16 +0000 (Sat, 22 Oct 2011)
Log Message:
-----------
Camera tracking integration
===========================

Fix compilation error.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c

Modified: branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c	2011-10-22 15:15:42 UTC (rev 41193)
+++ branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c	2011-10-22 15:19:16 UTC (rev 41194)
@@ -32,6 +32,7 @@
  */
 
 #include <stdlib.h> /* for qsort */
+#include <memory.h>
 
 #include "MEM_guardedalloc.h"
 #include "MEM_CacheLimiterC-Api.h"




More information about the Bf-blender-cvs mailing list