Skip to content
Snippets Groups Projects
Verified Commit 98eddbaa authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

harmony/ffmpeg: PPC64 fixes

parent e6a59ddb
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment