Skip to content

Commit

Permalink
Fix a bug within bundlex's precompiled dependency configuration for a…
Browse files Browse the repository at this point in the history
…arch64. Bump to v0.31.3.
  • Loading branch information
varsill committed Dec 5, 2023
1 parent 85c9201 commit 9387217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note: `Membrane.H264.FFmpeg.Parser` has been removed. Now you can use our pure E
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_h264_ffmpeg_plugin, "~> 0.31.2"}
{:membrane_h264_ffmpeg_plugin, "~> 0.31.3"}
```

This package depends on the [ffmpeg](https://www.ffmpeg.org) libraries. The precompiled builds will be pulled and linked automatically. However, should there be any problems, consider installing it manually.
Expand Down
3 changes: 1 addition & 2 deletions bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ defmodule Membrane.H264.FFmpeg.BundlexProject do

case Bundlex.get_target() do
%{architecture: "aarch64", os: "linux"} ->
{:precompiled,
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linuxarm64-gpl-shared-6.0.tar.xz"}
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linuxarm64-gpl-shared-6.0.tar.xz"

%{os: "linux"} ->
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linux64-gpl-shared-6.0.tar.xz"
Expand Down

0 comments on commit 9387217

Please sign in to comment.