From 98eddbaa61eea87b837bab2d705aee990cb1fe99 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 25 Apr 2018 01:17:05 -0500 Subject: harmony/ffmpeg: PPC64 fixes --- harmony/ffmpeg/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harmony/ffmpeg/APKBUILD b/harmony/ffmpeg/APKBUILD index 84820eb6f..a963e33f8 100644 --- a/harmony/ffmpeg/APKBUILD +++ b/harmony/ffmpeg/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="Complete and free Internet live audio and video broadcasting solution f url="http://ffmpeg.org/" arch="all" license="GPL" -options="!check" # Test suite requires proper licensing headers on all files, +options="!check textrels" # Test suite requires proper licensing headers on all files, # which upstream does not provide. subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" makedepends="gnutls-dev lame-dev libvorbis-dev xvidcore-dev zlib-dev libvdpau-dev @@ -44,6 +44,7 @@ build() { case "$CARCH" in x86 | arm*) _asm="--disable-asm" ;; + ppc64) _asm="--cpu=G5" ;; esac cd "$builddir" -- cgit v1.2.3-60-g2f50