aboutsummaryrefslogtreecommitdiffstats
path: root/main/ffmpeg2.8
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-03-29 04:56:18 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-03-29 04:56:18 +0000
commit686dd29249b9ed46d93c8412a7843f85c1dae95f (patch)
tree091b8d7e5ecc4da719e04b0571b46e214e5904d7 /main/ffmpeg2.8
parent0e6b05340ebf96de303f30fd5dae43ca584cf308 (diff)
downloadaports-686dd29249b9ed46d93c8412a7843f85c1dae95f.tar.bz2
aports-686dd29249b9ed46d93c8412a7843f85c1dae95f.tar.xz
main/ffmpeg2.8: disable ASM on ppc targets due to textrels
Diffstat (limited to 'main/ffmpeg2.8')
-rw-r--r--main/ffmpeg2.8/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ffmpeg2.8/APKBUILD b/main/ffmpeg2.8/APKBUILD
index 257268939d..99411e3b93 100644
--- a/main/ffmpeg2.8/APKBUILD
+++ b/main/ffmpeg2.8/APKBUILD
@@ -34,7 +34,7 @@ build() {
[ -n "$DEBUG" ] && _dbg="--enable-debug"
case "$CARCH" in
- x86 | arm*) _asm="--disable-asm" ;;
+ x86 | ppc* | arm*) _asm="--disable-asm" ;;
esac
cd "$_builddir"