summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@
+ '
+)"