Skip to content

Commit

Permalink
fix(ffmpeg): properly static link ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Oct 29, 2023
1 parent f38cb9d commit 96d9e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ rayon = "1.8"
serde = { version = "1", features = ["rc"] }
sentry = { version = "0.31", features = ["anyhow", "tracing", "debug-images"] }
sentry-tracing = "0.31"
ffmpeg-the-third = { version = "1.2", features = ["static"] }
ffmpeg-the-third = { version = "1.2", features = ["build"] }
rolling-file = "0.2"

[dev-dependencies]
Expand Down

0 comments on commit 96d9e49

Please sign in to comment.