mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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=""
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user