Releases: Lakelezz/audiopus_sys
Releases · Lakelezz/audiopus_sys
v0.2.2
This is an important release, it warrants the correct integer types in the Opus binding and ensures that the release crates.io crate contains the updated Opus sub-module.
v0.2.0
- Now requires
cmake
.
- Windows will build via
cmake
too.
- Windows pre-built binaries have been removed.
- Updated
bindgen
to version 0.58
.
v0.1.8
This release adds build support for FreeBSD.
v0.1.6-0.1.7
v0.1.7:
This release fixes a problem where audiopus_sys
could not find the Opus folder.
v0.1.6:
This release removes the bindgen
-dependency from the default features.
Additionally, the bindgen
-feature has been added in order to generate a new binding.
v0.1.4 and v0.1.5
v0.1.4:
This release fixes a problem where audiopus_sys
could not find the
Opus folder.
v0.1.5:
Convert Unix-relevant files' EOLs from CRLF to LF inside the opus-folder.
Fix
- Bundle the Opus project again.
- Added missing
cfg
on find_via_pkg_config
.
v0.1.3
Fixes build-issues related to pkg-config
.
v0.1.2
This release adds the ability to bypass pkg-config
.
Added:
- Ignore
pkg-config
when LIBOPUS_NO_PKG
or OPUS_NO_PKG
is set.
- Print the dynamic/static build cause via
cargo:info
.
- Add missing repository-link in
Cargo.toml
.
v0.1.1
Added:
- Copy Opus' source to
OUT_DIR
before building to avoid modifying and generating files outside of OUT_DIR
.
Fixed:
- Convert Unix-relevant files' EOLs from
CRLF
to LF
inside the opus
-folder.
- Resolve unused import warnings when building with Unix.