-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[vcpkg-ci-ffmpeg, ffmpeg] Require CI pass on all triplets, fix dependencies #39703
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
Changes from all commits
4232feb
e865a5b
917200b
2d8ccce
b1ef46a
5fcd301
44dc847
839ca57
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ vcpkg_from_github( | |
| ${STATIC_PATCH} | ||
| 002-detect_sinf.patch | ||
| 003-use-static-cast-for-ctype.patch | ||
| 004-export-pkgconfig.patch # https://github.com/Konstanty/libmodplug/pull/59 | ||
| 004-export-pkgconfig.patch | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since the content of the patch has changed, it is recommended to commit it to upstream for tracking.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Basically yes. OTOH upstream didn'r accept the original PR in three years. |
||
| 005-fix-install-paths.patch # https://github.com/Konstanty/libmodplug/pull/61 | ||
| ) | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our android toolchains have
-lmin standard libraries, so it isn't always passed as an "extra" requirement in exported configs (e.g. by libwebp). This section makes the ffmpeg build behave similar to cmake builds.