mplayer: enable features on ppc64 targets
This commit is contained in:
@@ -33,7 +33,7 @@ do_configure() {
|
|||||||
sed 's|-march=i486||g' -i configure
|
sed 's|-march=i486||g' -i configure
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
esac
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
|
|||||||
Reference in New Issue
Block a user