Skip to content

Releases: Lakelezz/audiopus_sys

v0.2.2

22 Apr 18:40
edd3917
Compare
Choose a tag to compare

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

22 Apr 17:47
5e58bd7
Compare
Choose a tag to compare
  • 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

12 Nov 00:45
dc05d43
Compare
Choose a tag to compare

This release adds build support for FreeBSD.

v0.1.6-0.1.7

16 Jan 03:41
f56f25d
Compare
Choose a tag to compare

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

02 Jun 18:29
db5ad69
Compare
Choose a tag to compare

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

01 Jun 01:23
97f886c
Compare
Choose a tag to compare

Fixes build-issues related to pkg-config.

v0.1.2

30 May 18:29
a8297cd
Compare
Choose a tag to compare

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

29 Mar 15:46
b271074
Compare
Choose a tag to compare

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.

v0.1.0

27 Mar 13:26
323e539
Compare
Choose a tag to compare

Initial release!