mplayer: enable features on ppc64 targets
This commit is contained in:
parent
724d11ec47
commit
49439bd080
|
@ -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…
Reference in New Issue