handbrake: enable ppc64 targets

[ci skip]
This commit is contained in:
q66 2019-01-27 03:52:44 +01:00 committed by maxice8
parent ff69b22f02
commit bece68590e

View file

@ -3,7 +3,7 @@ pkgname=handbrake
version=1.2.0
revision=3
wrksrc="HandBrake-${version}"
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
build_style=configure
configure_args="--prefix=/usr --force --disable-gtk-update-checks
$(vopt_enable fdk_aac fdk-aac)"
@ -28,7 +28,9 @@ nocross=yes
build_options="fdk_aac"
CFLAGS="-msse"
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) CFLAGS="-msse";;
esac
pre_configure() {
# use system libraries in place of bundled ones