From 91b659d174bb14c5a86bdb4568999ba9c462a47f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 12 May 2013 22:40:12 +0000 Subject: Forgot this in one of previous commits Idea here is to be able to have all files opened in IDE and not confuse it by the same function implemented in multiple files. --- extern/libmv/libmv-capi.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern') diff --git a/extern/libmv/libmv-capi.cc b/extern/libmv/libmv-capi.cc index 4aa8093aba9..c21ceb14458 100644 --- a/extern/libmv/libmv-capi.cc +++ b/extern/libmv/libmv-capi.cc @@ -24,6 +24,8 @@ * ***** END GPL LICENSE BLOCK ***** */ +#ifdef WITH_LIBMV + /* define this to generate PNG images with content of search areas tracking between which failed */ #undef DUMP_FAILURE @@ -965,3 +967,5 @@ void libmv_InvertCameraIntrinsics(libmv_cameraIntrinsicsOptions *libmv_camera_in camera_intrinsics.InvertIntrinsics(x, y, x1, y1); } } + +#endif -- cgit v1.2.3