[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39193] branches/soc-2011-tomato/source/ blender/editors/space_sequencer/SConscript: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Mon Aug 8 20:23:56 CEST 2011


Revision: 39193
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39193
Author:   nazgul
Date:     2011-08-08 18:23:56 +0000 (Mon, 08 Aug 2011)
Log Message:
-----------
Camera tracking integration
===========================

Another attempt to fix compilation on windows.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript

Modified: branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript	2011-08-08 17:51:04 UTC (rev 39192)
+++ branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript	2011-08-08 18:23:56 UTC (rev 39193)
@@ -8,4 +8,7 @@
 incs += ' ../../makesrna ../../blenloader'
 incs += ' #/intern/audaspace/intern'
 
+if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
+    incs += ' ' + env['BF_PTHREADS_INC']
+
 env.BlenderLib ( 'bf_editors_space_sequencer', sources, Split(incs), [], libtype=['core'], priority=[100] )




More information about the Bf-blender-cvs mailing list