Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-12-31 13:55:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-31 14:02:04 +0300
commitcaa2306d16e879659cdbef4ec54752637fb5c474 (patch)
tree1255c9cdbdc9d18f67b40cb755ca58897e5cefd2 /extern/libmv/SConscript
parent784517dfb9650f284d5f7e283b47233c00183686 (diff)
Libmv: Update to latest upstream version
Main purpose of this is to bring new gflags library which is more likely to have a fix for undefined order of static variables initialization and also to bring new glog where some compilation error are fixed (which are only visible with more strict checks with clang and c++11 enabled).
Diffstat (limited to 'extern/libmv/SConscript')
-rw-r--r--extern/libmv/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/SConscript b/extern/libmv/SConscript
index 6d41727451b..6211bf66512 100644
--- a/extern/libmv/SConscript
+++ b/extern/libmv/SConscript
@@ -17,7 +17,7 @@ if env['WITH_BF_LIBMV'] or (env['WITH_BF_CYCLES'] and env['WITH_BF_CYCLES_LOGGIN
defs.append('WITH_LIBMV_GUARDED_ALLOC')
defs.append('LIBMV_NO_FAST_DETECTOR')
- incs += ' ../Eigen3 third_party/gflags third_party/glog/src third_party/ceres/include third_party/ceres/config ../../intern/guardedalloc'
+ incs += ' ../Eigen3 third_party/gflags third_party/gflags/gflags third_party/glog/src third_party/ceres/include third_party/ceres/config ../../intern/guardedalloc'
incs += ' ' + env['BF_PNG_INC']
incs += ' ' + env['BF_ZLIB_INC']