Rust FFI bindings for libyuv.
Using static library built from the latest commit
cargo build --features=build
Cross compiling with custom toolchain
export CROSS_COMPILE=my-toolchain-prefix/arm-linux-gnueabihf- cargo build --target=armv7-unknown-linux-gnueabihf
This project is licensed under either of
-
Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.