mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/x265: disable AltiVec on all PPC
This commit is contained in:
parent
dc728c0809
commit
44bb9250ca
@ -19,7 +19,7 @@ build() {
|
|||||||
local cmake_opts=""
|
local cmake_opts=""
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
x86) cmake_opts="-DENABLE_ASSEMBLY=OFF";;
|
x86) cmake_opts="-DENABLE_ASSEMBLY=OFF";;
|
||||||
ppc64le) cmake_opts="-DENABLE_ALTIVEC=OFF";;
|
ppc*) cmake_opts="-DENABLE_ALTIVEC=OFF -DCPU_POWER8=OFF";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user