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>2012-12-20 15:03:39 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-12-20 15:03:39 +0400
commit0d7e4f3229f9a61a236de484db1a9a91039353b1 (patch)
tree978a6ceac1d756b8cb557b470a7e39b6d6bd552b /extern/libmv/third_party/gflags
parent2f3d2483c3e8cfc615cf75395bd686ba09ecef0f (diff)
Camera tracking: synchronize changes with own branch
Should be no functional changes.
Diffstat (limited to 'extern/libmv/third_party/gflags')
-rw-r--r--extern/libmv/third_party/gflags/README.libmv2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/libmv/third_party/gflags/README.libmv b/extern/libmv/third_party/gflags/README.libmv
index 673099ce618..b310c57ac34 100644
--- a/extern/libmv/third_party/gflags/README.libmv
+++ b/extern/libmv/third_party/gflags/README.libmv
@@ -11,4 +11,6 @@ Local modifications:
- Added a poor-man's version of upstream's port.cc/h to make gflags compile on
windows. This isn't sufficient but is a stopgap for now.
+- Added -fPIC flag, so shared libraries from Ceres could be linked against static glog
+
TODO(keir): Import and use gflags for Windows from upstream.