x265
x265 copied to clipboard
x265: fix for Darwin PPC
This PR solves the following problems:
- Adds
ppcarch, which has been missing. - Disables Altivec for Darwin PPC, since its existing in
x265implementation uses instructions from later ISA, unsupported on Darwin: https://trac.macports.org/ticket/64781 -mcpu=power8flag should not be used on Darwin.
Unless someone is gonna fix Altivec implementation for Darwin and ISA 2.02, I guess it is safe to merge :)
This is a read-only repository, see https://bitbucket.org/multicoreware/x265_git/wiki/Contribute
Hi, As mentioned above, this is a read only repository. Approving the PR repeatedly to notify whomever will not cause the code to be merged.
Well, okay, I will try to open a PR on that exotic platforms.