[SCM] x265/master: Also disable altivec on ppc64

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Feb 17 23:41:30 UTC 2017


The following commit has been merged in the master branch:
commit 678e10775915735a028e096929f423aea7197dcf
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Feb 18 00:32:30 2017 +0100

    Also disable altivec on ppc64

diff --git a/debian/rules b/debian/rules
index 61b518f..d817c57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ endif
 
 # disable altive on ppc64el if building 10 bit and 12 bit versions
 # see https://bitbucket.org/multicoreware/x265/issues/320/fail-to-build-on-power8-le
-ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el))
+ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el ppc64))
 FLAGS_OTHERBIT += -DENABLE_ALTIVEC=OFF
 endif
 

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list