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>2011-10-29 13:46:53 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-10-29 13:46:53 +0400
commita19b0d358af8348a8e544e18f6234ee392ca9a0a (patch)
treef6dab3bfb099fa094dbc2f27f87c208e35cef701 /extern/libmv/bundle.sh
parent9d2caba92ebed06de4dc66feaddd012c9d44961e (diff)
Camera tracing integration
========================== Fix for SAD tracking sliding marker.
Diffstat (limited to 'extern/libmv/bundle.sh')
-rwxr-xr-xextern/libmv/bundle.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index ff84c5ddc52..c8df8ae7341 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -123,7 +123,8 @@ set(INC
)
set(INC_SYS
-
+ ${PNG_INCLUDE_DIR}
+ ${ZLIB_INCLUDE_DIRS}
)
set(SRC
@@ -214,6 +215,8 @@ src = env.Glob("*.cpp")
$src
incs = '. ../Eigen3'
+incs += ' ' + env['BF_PNG_INC']
+incs += ' ' + env['BF_ZLIB_INC']
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs += ' ./third_party/glog/src/windows ./third_party/glog/src/windows/glog ./third_party/msinttypes'