shi-yan / libyuv-sys

Rust FFI bindings for libyuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libyuv-sys

Rust FFI bindings for libyuv.

Build

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

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust FFI bindings for libyuv

License:Apache License 2.0


Languages

Language:Rust 99.4%Language:C 0.6%