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-09-26 22:50:41 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-09-26 22:50:41 +0400
commit84dfec76eb93b4a1e8f9125cbc4b522cd884c4cb (patch)
tree19f3ee967696e59aad0ba74d74599e3c11de335a
parent640af5c2740a09f5f26a7b8758ea42189778983a (diff)
Tracking: Cleanup of the bundler script
-rwxr-xr-xextern/libmv/bundle.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index f37ab1fcff9..2e5fe5ad1af 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -166,27 +166,23 @@ if(WITH_LIBMV)
list(APPEND SRC
intern/camera_intrinsics.cc
intern/detector.cc
- intern/frame_accessor.cc
intern/homography.cc
intern/image.cc
intern/logging.cc
intern/reconstruction.cc
intern/track_region.cc
intern/tracks.cc
- intern/tracksN.cc
${sources}
${third_sources}
intern/camera_intrinsics.h
intern/detector.h
- intern/frame_accessor.h
intern/homography.h
intern/image.h
intern/logging.h
intern/reconstruction.h
intern/track_region.h
intern/tracks.h
- intern/tracksN.h
${headers}
${third_headers}