From 05dc4c86762678233264f8a49cee806a9fcb8692 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 27 May 2018 11:07:49 +0200 Subject: community/handbrake: disabled X.265 and added arch i686 flag --- community/handbrake/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/handbrake/PKGBUILD (limited to 'community') diff --git a/community/handbrake/PKGBUILD b/community/handbrake/PKGBUILD new file mode 100644 index 00000000..9986e55a --- /dev/null +++ b/community/handbrake/PKGBUILD @@ -0,0 +1,8 @@ +# x265 has hand-optimized assembly breaking with arch i686, disabled for now +# (reported as https://github.com/HandBrake/HandBrake/issues/1363) +eval "$( + declare -f build | \ + sed ' + s@./configure@\0 --arch=i686 --disable-x265@ + ' +)" -- cgit v1.2.3-54-g00ecf