vlc: Disable altivec on ppc
This commit is contained in:
parent
e6dbcfbb16
commit
fa0b71a181
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
# Enable x265, opengl and samba by default on x86 and ppc64.
|
||||
build_options_default+=" vaapi vdpau opengl"
|
||||
;;
|
||||
ppc|ppc-musl)
|
||||
# Disable altivec on ppc and enable opengl
|
||||
configure_args+=" --disable-altivec"
|
||||
build_options_default+=" opengl"
|
||||
;;
|
||||
armv[67]l*)
|
||||
# XXX only for rpi
|
||||
configure_args+=" --enable-omxil --enable-omxil-vout --enable-rpi-omxil"
|
||||
|
|
Loading…
Reference in a new issue