Skip to content

Commit

Permalink
Merge pull request #71 from Polochon-street/bump-ffmpeg-rpi
Browse files Browse the repository at this point in the history
Bump rust-ffmpeg to hopefully support rpis.
  • Loading branch information
Polochon-street authored Jan 3, 2024
2 parents 3fd91bb + 6b747e2 commit 44f7915
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Changelog

## bliss 0.6.11
* Bump rust-ffmpeg to 6.1.1 to fix build for raspberry pis.

## bliss 0.6.10
* Make the `analyze` function public, for people who don't want to use
ffmpeg
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bliss-audio"
version = "0.6.10"
version = "0.6.11"
build = "build.rs"
authors = ["Polochon-street <polochonstreet@gmx.fr>"]
edition = "2021"
Expand Down Expand Up @@ -40,7 +40,7 @@ serde = ["dep:serde"]
# Until https://github.com/aubio/aubio/issues/336 is somehow solved
# Hopefully we'll be able to use the official aubio-rs at some point.
bliss-audio-aubio-rs = "0.2.1"
ffmpeg-next = "6.1.0"
ffmpeg-next = "6.1.1"
ffmpeg-sys-next = { version = "6.1.0", default-features = false }
log = "0.4.17"
# `rayon` is used only by `par_mapv_inplace` in chroma.rs.
Expand Down

0 comments on commit 44f7915

Please sign in to comment.