summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-27 11:07:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-27 11:07:49 +0200
commit05dc4c86762678233264f8a49cee806a9fcb8692 (patch)
treeef3482a9807f1c55fbc61cf6d04898f7ba8c809b /community
parent7d9f99fc0bcc646134308d39ac24eeb975cf1bbb (diff)
downloadpackages-05dc4c86762678233264f8a49cee806a9fcb8692.tar.xz
community/handbrake: disabled X.265 and added arch i686 flag
Diffstat (limited to 'community')
-rw-r--r--community/handbrake/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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@
+ '
+)"