Skip to content

Commit bad88eb

Browse files
authored
Upgrade ffmpeg-the-third to fix static builds (#722)
The recent updates to the ffmpeg dependencies broke the `ffmpeg_static` feature to request linking against a static build of ffmpeg due to an upstream change in how the ffmpeg repo tagged releases [0]. The v1.0.2 of the transitive ffmpeg-sys-the-third dependency includes the needed fix to get static ffmpeg builds to work again (at all) as well as to get static builds working on clang 16 [1]. [0]: shssoichiro/ffmpeg-the-third#3 [1]: shssoichiro/ffmpeg-the-third#5
1 parent dd16c0b commit bad88eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

av1an-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ features = ["const_generics", "const_new", "union"]
6363

6464
[dependencies.ffmpeg]
6565
package = "ffmpeg-the-third"
66-
version = "1.1.1"
66+
version = "1.1.2"
6767
features = ["serialize"]
6868

6969
[dependencies.plotters]

av1an/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ features = ["git", "build", "rustc", "cargo"]
4040

4141
[dependencies.ffmpeg]
4242
package = "ffmpeg-the-third"
43-
version = "1.1.1"
43+
version = "1.1.2"
4444
features = ["serialize"]
4545

4646
[features]

0 commit comments

Comments
 (0)