[SCM] x265/master: Also enable yasm for 8bit armel build

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Aug 18 20:25:22 UTC 2016


The following commit has been merged in the master branch:
commit 4abec4d8fadf137251c7b337cde7440d4e7d4b82
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Aug 18 22:25:14 2016 +0200

    Also enable yasm for 8bit armel build

diff --git a/debian/control b/debian/control
index 98037bd..cb35c4c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9.20151219),
  cmake,
  libnuma-dev [amd64 arm64 i386 mips mips64 mips64el mipsel powerpc ppc64el],
- yasm (>= 1.2) [amd64 kfreebsd-amd64 armhf]
+ yasm (>= 1.2) [amd64 kfreebsd-amd64 armel armhf]
 Build-Depends-Indep:
  python-sphinx
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 9108f30..d1aeb94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,11 +18,11 @@ FLAGS_OTHERBIT += -DENABLE_SHARED=OFF
 FLAGS_OTHERBIT += -DEXPORT_C_API=OFF
 FLAGS_OTHERBIT += -DHIGH_BIT_DEPTH=ON
 
-# enable assembly builds on amd64, kfreebsd-amd64 and armhf
+# enable assembly builds on amd64, kfreebsd-amd64 and armel, armhf
 ifneq (,$(filter $(DEB_HOST_ARCH),amd64 kfreebsd-amd64))
 FLAGS += -DENABLE_ASSEMBLY=ON
 else
-ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
+ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf))
 # assembly versions are only available for 8bit
 FLAGS_8BIT += -DENABLE_ASSEMBLY=ON
 FLAGS_OTHERBIT += -DENABLE_ASSEMBLY=OFF

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list