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-04-23 14:02:30 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-04-23 14:03:44 +0400
commitc605711c6b21a7f41c063b93335c6d57b671af19 (patch)
tree7454ed7a025026009c0bae64141e0bc03d039a51 /extern/libmv/files.txt
parentad5497b6dfffb97bcc55bce1097a1d80728b331a (diff)
Libmv cleanup: move aligned malloc implementation into own file
It was rather stupid having it in brute region tracker, now it is in own file in base library.
Diffstat (limited to 'extern/libmv/files.txt')
-rw-r--r--extern/libmv/files.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/libmv/files.txt b/extern/libmv/files.txt
index 316a94fcccc..60a99307835 100644
--- a/extern/libmv/files.txt
+++ b/extern/libmv/files.txt
@@ -1,3 +1,5 @@
+libmv/base/aligned_malloc.cc
+libmv/base/aligned_malloc.h
libmv/base/id_generator.h
libmv/base/scoped_ptr.h
libmv/base/vector.h