Skip to content

Commit 1320fc6

Browse files
committed
Replace stale FFmpeg static build link with long-living ones
1 parent e937ac2 commit 1320fc6

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The package can be installed by adding `membrane_precompiled_dependency_provider
1313
```elixir
1414
def deps do
1515
[
16-
{:membrane_precompiled_dependency_provider, "~> 0.2.3"}
16+
{:membrane_precompiled_dependency_provider, "~> 0.2.4"}
1717
]
1818
end
1919
```

lib/membrane_precompiled_dependency_provider.ex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,11 @@ defmodule Membrane.PrecompiledDependencyProvider do
137137
version in ["6.1", "6.1.3"] ->
138138
"#{@ffmpeg_builds_url}/download/autobuild-2025-08-31-13-00/ffmpeg-n6.1.3-#{platform}-gpl-shared-6.1.tar.xz"
139139

140-
version in ["7.0", "7.0.2"] ->
141-
"#{@ffmpeg_builds_url}/download/autobuild-2024-08-31-12-50/ffmpeg-n7.0.2-6-g7e69129d2f-#{platform}-gpl-shared-7.0.tar.xz"
142-
143140
version in ["7.1", "7.1.2"] ->
144-
"#{@ffmpeg_builds_url}/download/autobuild-2025-09-23-13-17/ffmpeg-n7.1.2-2-gab05459692-#{platform}-gpl-shared-7.1.tar.xz"
141+
"#{@ffmpeg_builds_url}/download/autobuild-2025-09-30-13-19/ffmpeg-n7.1.2-5-g8f77695e65-#{platform}-gpl-shared-7.1.tar.xz"
145142

146143
version == "8.0" ->
147-
"#{@ffmpeg_builds_url}/download/autobuild-2025-09-23-13-17/ffmpeg-n8.0-14-gb9adbf0fcc-#{platform}-gpl-shared-8.0.tar.xz"
144+
"#{@ffmpeg_builds_url}/download/autobuild-2025-09-30-13-19/ffmpeg-n8.0-16-gd8605a6b55-#{platform}-gpl-shared-8.0.tar.xz"
148145

149146
version == "latest" ->
150147
"#{@ffmpeg_builds_url}/latest/download/ffmpeg-master-latest-#{platform}-gpl-shared.tar.xz"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.PrecompiledDependencyProvider.MixProject do
22
use Mix.Project
33

4-
@version "0.2.3"
4+
@version "0.2.4"
55
@github_url "https://github.com/membraneframework/membrane_precompiled_dependency_provider"
66

77
def project do

0 commit comments

Comments
 (0)