mplayer: enable features on ppc64 targets

This commit is contained in:
q66 2019-01-17 01:11:33 +01:00 committed by maxice8
parent 724d11ec47
commit 49439bd080

View file

@ -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 \