Raw FFI bindings to libyuv libraries.
Add the following to your Cargo.toml:
toml
libyuv = "0.1.0"
The libyuv crate will automatically find the precompiled static library files in the git libyuv repo release.
YUV_LIBRARY_PATH
- libyuv static library path, this will skip downloading and use your static library.GPL Copyright (c) 2022 Mr.Panda.