Skip to content

Commit

Permalink
chore: update OpenAL to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Nov 21, 2024
1 parent 550b5bd commit ad632f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-130.0.6723.69-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/130.0.6723.69)
[![OpenAL](https://img.shields.io/badge/OpenAL-1.23.1-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.23.1)
[![OpenAL](https://img.shields.io/badge/OpenAL-1.24.0-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.24.0)

[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.23.1";
"https://github.com/kcat/openal-soft/archive/refs/tags/1.24.0";

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

0 comments on commit ad632f5

Please sign in to comment.