-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[ffmpeg] update to upstream version 4.4 #17735
Conversation
…upstream default, and will be removed in 4.5)
This is a very new experience: linux, arm, and osx builds are passing but windows builds are failing. 😄 I cannot reproduce this locally so far (tested ffmpeg[all,all-gpl,all-nonfree]:x86-windows, awaiting other triplets...). It fails quite far into the build after about 16 minutes, so I wonder if this is MSVC running out of memory on azure. I've had to apply https://trac.ffmpeg.org/ticket/9019 on appveyor myself, but I never posted it here since it seemed to be an appveyor-only issue. Is it possible to see the build log, or at least the tail of the log? |
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks for the log - it's the cuda error as suspected. I'll update it with the patch. |
Looks fixed now. It should work on linux too, maybe it fails on azure due to xxd not being installed? Anyway, I've worked around that by restricting the patch to windows targets. |
Thanks for merging! |
What does your PR fix?
Which triplets are supported/not supported? Have you updated the CI baseline?
No changes.
Does your PR follow the maintainer guide?
Yes, to the best of my knowledge.
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes.