handbrake: enable ppc64 targets
[ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user