vlc: enable same features on ppc64 targets as on x86

[ci skip]
This commit is contained in:
q66 2018-12-13 23:06:01 +01:00 committed by maxice8
parent 4e753852f3
commit 9adf550dc6

View file

@ -44,8 +44,8 @@ build_options="lua notify opengl qt smb svg v4l2 vaapi vdpau x265"
build_options_default="lua smb v4l2 x265"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*)
# Enable x265, opengl and samba by default on x86.
i686*|x86_64*|ppc64*)
# Enable x265, opengl and samba by default on x86 and ppc64.
build_options_default+=" vaapi vdpau opengl"
;;
armv[67]l*)