Skip to content

Commit

Permalink
Remove unintended Cargo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 6, 2024
1 parent 26ccad5 commit 700b0e8
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 @@ -59,7 +59,7 @@ binary = ["dep:clap", "png", "pbr", "dep:wild", "dep:natord", "dep:dunce"]
capi = [] # internal for cargo-c only
png = ["dep:lodepng"]
# Links dynamically to ffmpeg. Needs ffmpeg devel package installed on the system.
video = ["ffmpeg"]
video = ["dep:ffmpeg"]
# Builds ffmpeg from source. Needs a C compiler, and all of ffmpeg's source dependencies.
video-static = ["video", "ffmpeg/build"]
# If you're lucky, this one might work with ffmpeg from vcpkg.
Expand Down

0 comments on commit 700b0e8

Please sign in to comment.