-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build metadata example #119
Comments
Have you resolved this problem? I met the same,help~ |
If you're building rust-ffmpeg master, you need to make sure your ffmpeg version is up-to-date (6.0+). For older ffmpeg versions, use previous rust-ffmpeg revisions (or crate versions, but those haven't been published in a while). |
BTW, I've raised this issue in the past. This crate is broken by design, and it only works on dev's machine. It's using bindgen on ffmpeg headers of a whatever version is installed in the OS, but then expects the bindgened result to have very specific symbols existing (and not existing) that has to match the very specific version of ffmpeg that the person who wrote the Rust code had. You should use ffmpeg-next-sys instead. It puts appropriate |
I've tied to build example
And got
and etc.
Can someone point out what I'm doing wrong?
I'm building inside Dockerfile. And this is my Cargo.toml.
The text was updated successfully, but these errors were encountered: