Rust bindings to libvpx.
This began as a fork of libvpx-native-sys with a fix to simplify working with Windows. Since then, the focus has been on:
-sys
layer. VPX header files are wrapped with bindgen
and the native library is linked. However, no higher-level Rust interface
is provided. (See the vpx-encode crate for
a simple higher-level interface).Includes bundled bindgen-generated FFI wrapper for a few versions of libvpx. You
can also enable generate
feature of this crate to generate FFI on the fly for
a custom version of libvpx.