Skip to content

Commit

Permalink
patch rusty_ffmpeg to allow vcpkg on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-mkusper committed Jul 21, 2024
1 parent c15f139 commit 010fb0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ log = "0.4.22"
# TODO: upgrade to ffmpeg7 once in vcpkg
# see: https://github.com/microsoft/vcpkg/pull/38011
rsmpeg = { version = "0.15.1", default-features = false, features = ["ffmpeg6"] }
rusty_ffmpeg = { version = "0.14.1", features = ["link_vcpkg_ffmpeg"] }
syslog = "6.1.1"

[patch.crates-io]
rusty_ffmpeg = { git = "https://github.com/ns-mkusper/rusty_ffmpeg.git", branch = "enable-non-windows-vcpkg" }
rusty_ffmpeg = { git = "https://github.com/ns-mkusper/rusty_ffmpeg.git", branch = "enable-non-windows-vcpkg" }

[package.metadata.vcpkg]
dependencies = ["ffmpeg[x264,vpx]", "x264[asm,core,default-features]"]
Expand Down

0 comments on commit 010fb0e

Please sign in to comment.