Skip to content

Commit f224ea5

Browse files
committed
feat(Cargo): add ffmpeg8 feature for FFmpeg 8 support
1 parent fe12339 commit f224ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ffmpeg6 = ["rusty_ffmpeg/ffmpeg6"]
3535
ffmpeg7 = ["ffmpeg6", "rusty_ffmpeg/ffmpeg7"]
3636
# ffmpeg 7.1+
3737
ffmpeg7_1 = ["ffmpeg7"]
38+
ffmpeg8 = ["ffmpeg7_1"]
3839

3940
# Try linking ffmpeg with pkg-config.
4041
link_system_ffmpeg = ["rusty_ffmpeg/link_system_ffmpeg"]

0 commit comments

Comments
 (0)