An overview of changes:
- Now requires
cmake
. - Windows will build via
cmake
too. - Windows pre-built binaries have been removed.
- Updated
bindgen
to version0.58
.
This release adds build support for FreeBSD.
Add missing opus
-folder.
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:
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.
- Bundle the Opus project again.
- Added missing
cfg
onfind_via_pkg_config
.
Fixes build-issues related to pkg-config
.
This release adds the ability to bypass pkg-config
.
- Ignore
pkg-config
whenLIBOPUS_NO_PKG
orOPUS_NO_PKG
is set. - Print the dynamic/static build cause via
cargo:info
. - Add missing repository-link in
Cargo.toml
.
- Copy Opus' source to
OUT_DIR
before building to avoid modifying and generating files outside ofOUT_DIR
.
- Convert Unix-relevant files' EOLs from
CRLF
toLF
inside theopus
-folder. - Resolve unused import warnings when building with Unix.