Skip to content

Commit

Permalink
Upgrade OpenAL library from 1.24.0 to 1.24.1 version (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs authored Dec 5, 2024
1 parent ed9feaa commit d2afc24
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- windows
runs-on: ${{ (matrix.platform == 'macos' && 'macos-13')
|| (matrix.platform == 'windows' && 'windows-latest')
|| 'ubuntu-latest' }}
|| 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ All user visible changes to this project will be documented in this file. This p



## [0.11.3] · Unreleased
## [0.11.3] · unreleased
[0.11.3]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.11.3

[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.11.2...0.11.3)

### Changed

- Upgraded [OpenAL] library to [1.24.0][openal-1.24.0] version. ([#181])
- Upgraded [OpenAL] library to [1.24.1][openal-1.24.1] version. ([#182], [#181])
- Upgraded [libwebrtc] to [131.0.6778.85-r1] version. ([#180])

[#180]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/180
[#181]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/181
[openal-1.24.0]: https://github.com/kcat/openal-soft/releases/tag/1.24.0
[#182]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/182
[openal-1.24.1]: https://github.com/kcat/openal-soft/releases/tag/1.24.1
[131.0.6778.85-r1]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.85-r1


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Medea Flutter-WebRTC

[![pub](https://img.shields.io/pub/v/medea_flutter_webrtc "pub")](https://pub.dev/packages/medea_flutter_webrtc)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-131.0.6778.85--r1-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.85-r1)
[![OpenAL](https://img.shields.io/badge/OpenAL-1.24.0-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.24.0)
[![OpenAL](https://img.shields.io/badge/OpenAL-1.24.1-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.24.1)

[Changelog](https://github.com/instrumentisto/medea-flutter-webrtc/blob/main/CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion crates/libwebrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static LIBWEBRTC_URL: &str =

/// URL for downloading `openal-soft` source code.
static OPENAL_URL: &str =
"https://github.com/kcat/openal-soft/archive/refs/tags/1.24.0";
"https://github.com/kcat/openal-soft/archive/refs/tags/1.24.1";

fn main() -> anyhow::Result<()> {
let lib_dir = libpath()?;
Expand Down

0 comments on commit d2afc24

Please sign in to comment.