Closed mf0o closed 5 months ago
Hey there.
Just a quick update on macOS 14.4 installation. For me it failed with errors E0425, E0609 because of ffmpeg-next 6. Version 7 worked for me
So I've modified the Cargo.toml:
[[package]] name = "ffmpeg-next" version = "7.0.0"
and compiled it via cargo install --path .
cargo install --path .
Thanks pal.
Thanks for the heads up. I have updated the dependencies it should build fine on macOS 14.4 now according to your report.
Hey there.
Just a quick update on macOS 14.4 installation. For me it failed with errors E0425, E0609 because of ffmpeg-next 6. Version 7 worked for me
So I've modified the Cargo.toml:
and compiled it via
cargo install --path .
Thanks pal.