Crates.io | opusic-sys |
lib.rs | opusic-sys |
version | |
source | src |
created_at | 2018-11-12 19:07:56.349969 |
updated_at | 2024-12-01 03:24:22.124805 |
description | Bindings to libopus |
homepage | |
repository | https://github.com/DoumanAsh/opusic-sys |
max_upload_size | |
id | 96323 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Bindings to libopus
Target version 1.5.2
If the OPUS_LIB_DIR
environment variable is set, it will be searched for the opus
library. Otherwise, a static library will be built automatically.
When building for android, library requires presence of env variable ANDROID_NDK_HOME
in order to supply
cmake with toolchain file and correct target arch.
The feature build-bindgen
is used to generate bindings.
To use it set env variable LIBCLANG_PATH
to directory that contains clang binaries
cmake
ninja
- When present, build script defaults to use corresponding CMake's generator