-
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
[x265] fix android library build #39314
Conversation
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags. |
fix homepage Co-authored-by: Kai Pastor <dg0yt@darc.de>
Please fix the CI error as below message:
|
- list(APPEND PLATFORM_LIBS pthread) | ||
+ if(NOT ANDROID) | ||
+ list(APPEND PLATFORM_LIBS pthread) | ||
+ endif() |
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.
The proper fix is to properly provide the flags as needed and available from FindThreads.cmake
. And this must also go to the pc file. I think I will create an alternative PR.
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.
See #39450.
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.
cool, I will close this PR if your PR merged
Fixes build errors on android due to wrong pthread flags and 32 bit API level requirements (`ftello`). Alternative to #39314.
Closing this PR at your request in #39314 (comment) . Thanks for your contribution! |
[ √] Changes comply with the maintainer guide.
[ √] SHA512s are updated for each updated download.
[ √] The "supports" clause reflects platforms that may be fixed by this new version.
[ √] Any fixed CI baseline entries are removed from that file.
[√ ] Any patches that are no longer applied are deleted from the port's directory.
[√ ] The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
[ √] Only one version is added to each modified port's versions file.