-
Notifications
You must be signed in to change notification settings - Fork 43
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
cannot find value AVPixelFormat_AV_PIX_FMT_P012LE
in this scope
#187
Comments
Therefore, you can replace |
i changed the
|
That's another issue. It's strange that The crate I created with such Cargo.toml compiled successfully with [package]
name = "rust_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.vcpkg]
dependencies = ["ffmpeg[ffmpeg,x264,avcodec,avdevice,avfilter,avformat]:x64-windows-static-md"]
git = "https://github.com/microsoft/vcpkg"
rev = "0557210"
[dependencies]
rsmpeg = { version = "0.15.0", default-features = false, features = ["ffmpeg6"] } |
i use this
|
@Ryu2u the example repository was created quite some time ago so I believe some things in the binding have changed. Please let me know if something could be updated to make the example more coherent with the last released versions of ffmpeg and rsmpeg. |
Cargo
cargo 1.80.0 (376290515 2024-07-16)
vcpkg
vcpkg package management program version 2024-07-10-d2dfc73769081bdd9b782d08d27794780b7a99b9
toolchain
stable-x86_64-pc-windows-gnu
stable-x86_64-pc-windows-msvc (default)
nightly-x86_64-pc-windows-msvc
Cargo.toml
build
The text was updated successfully, but these errors were encountered: