From 1ace27b7fbe7c32bcdd8719b747c26252d63e15a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 21 Dec 2017 09:01:15 +0100 Subject: community/x265: building with -DENABLE_ASSEMBLY=OFF --- extra/x265/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extra/x265/PKGBUILD (limited to 'extra/x265') diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD new file mode 100644 index 00000000..70b20b4c --- /dev/null +++ b/extra/x265/PKGBUILD @@ -0,0 +1,8 @@ +# disabling assembly code as it seems to be non-32-bittish + +eval "$( + declare -f build | \ + sed ' + s/cmake/cmake -DENABLE_ASSEMBLY=OFF/ + ' +)" -- cgit v1.2.3