summaryrefslogtreecommitdiff
path: root/extra/libde265/PKGBUILD
blob: 03d09e1cd9ad326a6ea2b7583c480e416015e458 (plain)
1
2
3
4
5
6
7
8
9
# no SSE on i486
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        s@./configure@./configure --disable-sse@
      '
  )"  
fi