zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
113 stars 75 forks source link

Fix version check for ffmpeg 6.0 #54

Closed AdrianEddy closed 1 year ago

AdrianEddy commented 1 year ago

It appears the the 6.0 release has 60.3 lavc version. I made a mistake in the previous PR, looks like I based it on the master branch instead of release/6.0 and they already increased the version to 60.4 so it didn't work. I now confirmed it builds correctly with this change.