-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
on Windows is currently exporting malformed .pc
files.
#12376
Comments
and not for |
You probably need to wait for the PR using pkg-config for the checks. |
The simple use of
See the CI for #11273, in particular https://github.com/microsoft/vcpkg/pull/11273/checks?check_run_id=862778528 . |
I don't think that is a failure of vcpkg_fixup_pkgconfig knowing that iconv is only build on windows and nowhere else |
Related PR: #13919 . |
There have been several PRs that seem related to this issue in the past several months, but using pkg_check_modules is still failing:
|
As a side effect of #17985 (which has just been merged), pkg_check_modules seems to be working now. Is anyone still seeing issues? |
This issue should be fixed, please reopen this issue if it still bother you. |
Thanks a lot @JackBoosY @mcmtroffaes ! |
Describe the bug
ffmpeg
on Windows is currently exporting malformed.pc
files.Environment
To Reproduce
Steps to reproduce the behavior:
.pc
filesExpected behavior
ffmpeg should install well formed
.pc
files.Failure logs
See #11273 (comment) .
Additional context
Originally discussed in #11273 (comment), but I opened a separate issue for better visibility. This is a specific instance of the more general problem discussed in #11103 .
The text was updated successfully, but these errors were encountered: