[SCM] x265/master: Disable altive on ppc64el for 10 and 12 bit builds

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 c9ea1213f127e4919ab21f7952daf76c88fa9a54
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Feb 18 00:24:01 2017 +0100

    Disable altive on ppc64el for 10 and 12 bit builds

diff --git a/debian/rules b/debian/rules
index 26fb05b..61b518f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,12 @@ else
 FLAGS += -DENABLE_ASSEMBLY=OFF
 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))
+FLAGS_OTHERBIT += -DENABLE_ALTIVEC=OFF
+endif
+
 %:
 	dh $@ --buildsystem=cmake \
 		--sourcedirectory=source \

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list