main/x265: disable AltiVec on all PPC

This commit is contained in:
A. Wilcox 2018-03-06 14:27:06 -06:00 committed by William Pitcock
parent dc728c0809
commit 44bb9250ca

View File

@ -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 \