[Bf-blender-cvs] [bcab08c] master: Libmv: Fix wrong variable use in scons

Sergey Sharybin noreply at git.blender.org
Thu Oct 2 17:12:52 CEST 2014


Commit: bcab08c50a6e26cd39c25515e71e7e9f9a8eccc4
Author: Sergey Sharybin
Date:   Thu Oct 2 16:51:58 2014 +0200
Branches: master
https://developer.blender.org/rBbcab08c50a6e26cd39c25515e71e7e9f9a8eccc4

Libmv: Fix wrong variable use in scons

===================================================================

M	build_files/scons/tools/btools.py

===================================================================

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index ac3ba9b..35607e3 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -556,7 +556,7 @@ def read_opts(env, cfg, args):
         (BoolVariable('WITH_BF_LZMA', 'Enable best LZMA pointcache compression', True)),
 
         (BoolVariable('WITH_BF_LIBMV', 'Enable libmv structure from motion library', True)),
-        (BoolVariable('WITH_LIBMV_SCHUR_SPECIALIZATIONS', 'Enable fixed-size schur specializations', True)),
+        (BoolVariable('WITH_BF_LIBMV_SCHUR_SPECIALIZATIONS', 'Enable fixed-size schur specializations', True)),
 
         (BoolVariable('WITH_BF_COMPOSITOR', 'Enable the tile based nodal compositor', True)),
     ) # end of opts.AddOptions()




More information about the Bf-blender-cvs mailing list