vlc: enable same features on ppc64 targets as on x86
[ci skip]
This commit is contained in:
parent
4e753852f3
commit
9adf550dc6
1 changed files with 2 additions and 2 deletions
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue