libmv-capi-sys 0.1.2

Unsafe FFI bindings for libmv, Blender's motion-tracking library
Documentation
1
2
3
4
5
6
7
8
# A motion tracking library

Libmv is a motion tracking library; it powers Blender's motion tracker. This is only a mirror of the official repository; ~~see the official site for build & develop instructions: https://developer.blender.org/tag/libmv/~~ **Site now defunct,** see the [archived version](http://web.archive.org/web/20211104101548/https://developer.blender.org/tag/libmv/). The official repository can be found here: https://projects.blender.org/blender/libmv

## Changes in this fork

* Fixes to some compilation problems that arose since libmv's primary development, by [h33p]https://github.com/h33p and meew0
* Added `make static` target to allow building libmv as a static library