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-10-29 14:46:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-29 14:46:42 +0300
commitb230ca2a90df8b40f32b11082971fbc3cba9b13b (patch)
tree5d28e4dd6e1fd8abf953ca6df0e8aead4662130d /source/blender
parentf70a2a3fb12d9f690ee6088f0cf0665c9e148ec4 (diff)
Libmv: Fix compilation error with libmv disabled
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/tracking_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/tracking_util.c b/source/blender/blenkernel/intern/tracking_util.c
index ddb36b62fdb..250b575aa14 100644
--- a/source/blender/blenkernel/intern/tracking_util.c
+++ b/source/blender/blenkernel/intern/tracking_util.c
@@ -777,7 +777,7 @@ static ImBuf *accessor_get_ibuf(TrackingImageAccessor *accessor,
IMB_freeImBuf(final_ibuf);
}
final_ibuf = float_image_to_ibuf(&output_image);
- libmv_floatImaheDestroy(&output_image);
+ libmv_floatImageDestroy(&output_image);
}
/* it's possible processing stil didn't happen at this point,