summaryrefslogtreecommitdiff
path: root/extra/libde265/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libde265/PKGBUILD')
-rw-r--r--extra/libde265/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/libde265/PKGBUILD b/extra/libde265/PKGBUILD
new file mode 100644
index 00000000..03d09e1c
--- /dev/null
+++ b/extra/libde265/PKGBUILD
@@ -0,0 +1,9 @@
+# no SSE on i486
+if [ "$CARCH" = 'i486' ]; then
+ eval "$(
+ declare -f build | \
+ sed '
+ s@./configure@./configure --disable-sse@
+ '
+ )"
+fi