mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mplayer: enable features on ppc64 targets
This commit is contained in:
parent
724d11ec47
commit
49439bd080
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ do_configure() {
|
|||
sed 's|-march=i486||g' -i configure
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) configure_args+=" --enable-vdpau --enable-runtime-cpudetection";;
|
||||
i686*|x86_64*|ppc64*) configure_args+=" --enable-vdpau --enable-runtime-cpudetection";;
|
||||
esac
|
||||
|
||||
./configure --prefix=/usr \
|
||||
|
|
Loading…
Add table
Reference in a new issue