diff options
| author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-06 14:27:06 -0600 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-03-06 20:32:50 +0000 |
| commit | 44bb9250ca62e574ef2ff6d30cb74930d23e1bfb (patch) | |
| tree | e21556b5f608e3589c4a09c76c03e8bb17745ea9 | |
| parent | dc728c080923ad9e1c6b1584cc84a723dedfb342 (diff) | |
| download | aports-44bb9250ca62e574ef2ff6d30cb74930d23e1bfb.tar.bz2 aports-44bb9250ca62e574ef2ff6d30cb74930d23e1bfb.tar.xz | |
main/x265: disable AltiVec on all PPC
| -rw-r--r-- | main/x265/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/x265/APKBUILD b/main/x265/APKBUILD index 846d6109e9..2ad6ecd230 100644 --- a/main/x265/APKBUILD +++ b/main/x265/APKBUILD @@ -19,7 +19,7 @@ build() { local cmake_opts="" case "$CARCH" in x86) cmake_opts="-DENABLE_ASSEMBLY=OFF";; - ppc64le) cmake_opts="-DENABLE_ALTIVEC=OFF";; + ppc*) cmake_opts="-DENABLE_ALTIVEC=OFF -DCPU_POWER8=OFF";; esac cmake \ |
