zmwangx / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
1.2k stars 195 forks source link

FFmpeg 6.1 support #165

Closed AdrianEddy closed 7 months ago

AdrianEddy commented 8 months ago

This PR adds support for FFmpeg 6.1

Polochon-street commented 7 months ago

hi!

Thanks a lot for submitting this.

I think you need to run the linter and fix the complaints to get a green build (see for instance https://github.com/zmwangx/rust-ffmpeg/actions/runs/6710453948/job/18235667846?pr=165) - after that it should work! At least until 6.1 :)

Polochon-street commented 7 months ago

Awesome! Could you add a Linux build for 6.1, à la https://github.com/zmwangx/rust-ffmpeg-sys/commit/65e294ad36d805cbe48fa8b7ae74fdcb0d340162#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721R42-R77 ? And then we can call it a merge :muscle:

Polochon-street commented 7 months ago

great :grin: I think we're just missing changing the version in Cargo.toml from 6.0.0 to 6.1.0, and we're good to go :)

Polochon-street commented 7 months ago

Perfect! I'll merge 🤞