mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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"
|
build_options_default="lua smb v4l2 x265"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*|ppc64*)
|
||||||
# Enable x265, opengl and samba by default on x86.
|
# Enable x265, opengl and samba by default on x86 and ppc64.
|
||||||
build_options_default+=" vaapi vdpau opengl"
|
build_options_default+=" vaapi vdpau opengl"
|
||||||
;;
|
;;
|
||||||
armv[67]l*)
|
armv[67]l*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue