aboutsummaryrefslogtreecommitdiffstats
path: root/main/ffmpeg2.8/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/ffmpeg2.8/APKBUILD')
-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"