Skip to content

Commit

Permalink
Update rusty_ffmpeg to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Aug 25, 2024
1 parent b1f9bee commit 18c6cfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["/.github", "/tests", "/utils"]
rust-version = "1.70.0"

[dependencies]
rusty_ffmpeg = "0.14.0"
rusty_ffmpeg = "0.16.0"
paste = "1.0"
thiserror = "1.0"

Expand All @@ -34,5 +34,7 @@ default = ["ffmpeg7"]
ffmpeg6 = ["rusty_ffmpeg/ffmpeg6"]
ffmpeg7 = ["ffmpeg6", "rusty_ffmpeg/ffmpeg7"]

# linking system ffmpeg as fallback.
# Try linking ffmpeg with pkg-config.
link_system_ffmpeg = ["rusty_ffmpeg/link_system_ffmpeg"]
# Try linking ffmpeg with vcpkg.
link_vcpkg_ffmpeg = ["rusty_ffmpeg/link_vcpkg_ffmpeg"]

0 comments on commit 18c6cfc

Please sign in to comment.