Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | media-libs/x265: Add links to upstream pull requests in patches. | Alexis Ballier | 2015-10-16 |
| | | | | Package-Manager: portage-2.2.23 | ||
* | media-libs/x265: Add patch to fix link order when doing multi-variant build. | Alexis Ballier | 2015-10-16 |
| | | | | | | as-needed might drop important libraries (dl here), causing the library to be underlinked. Package-Manager: portage-2.2.23 | ||
* | media-libs/x265: Fix x32 build, bug #510890 | Bertrand Jacquin | 2015-10-14 |
x32 arch as defined on https://sites.google.com/site/x32abi is neither X86 nor X64, then forcing -march=i686 leads to build failure as wrong -march is used. Forcing -march, -mfloat-abi and -mfpu for ARM is also wrong As a global sanity sake, disable all forced -march in CMakeLists Upstream report: https://bitbucket.org/multicoreware/x265/pull-requests/21/build-disable-march-selection-from/diff Package-Manager: portage-2.2.20.1 |