blob: 9986e55af3fe6bd3f9c1358e61a963f5abfa7367 (
plain)
1
2
3
4
5
6
7
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@
'
)"
|