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
path: root/extern
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-04-10 23:00:54 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-04-10 23:00:54 +0400
commit7bf62f0c602a59cc661c04243cca6ea9b9e3cfed (patch)
tree0581e8b581c883a7b372636b7d9d28ea45c87fcc /extern
parentc0a9397a063f075a41739d0659fd11b12d3e67e3 (diff)
...and linking, sorry for that!
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/libmv-capi_stub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/libmv-capi_stub.cc b/extern/libmv/libmv-capi_stub.cc
index 357a19e428a..6e3b7336d86 100644
--- a/extern/libmv/libmv-capi_stub.cc
+++ b/extern/libmv/libmv-capi_stub.cc
@@ -79,7 +79,7 @@ void libmv_samplePlanarPatch(const float * /*image*/,
/* TODO(sergey): implement */
}
-void libmv_samplePlanarPatch(const unsigned char * /*image*/,
+void libmv_samplePlanarPatchByte(const unsigned char * /*image*/,
int /*width*/, int /*height*/, int /*channels*/,
const double * /*xs*/, const double * /*ys*/,
int /*num_samples_x*/, int /*num_samples_y*/,