aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-03 15:09:32 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-03 15:09:32 +0000
commit386373242414d7f05d312d5ab1555e343e6397b5 (patch)
treec494ee19441f7650580b548452d2a6a20fd49007 /community
parent272e377a2d112ca8fda930af4f32eae6cd969318 (diff)
downloadaports-386373242414d7f05d312d5ab1555e343e6397b5.tar.bz2
aports-386373242414d7f05d312d5ab1555e343e6397b5.tar.xz
community/ffmpeg: more forcefully make our intentions known
Diffstat (limited to 'community')
-rw-r--r--community/ffmpeg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 14e52b9234..efdb23ea5a 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -112,7 +112,7 @@ build() {
case "$CARCH" in
x86) _asm="--disable-asm" ;;
- mips*) _asm="--cpu=generic --disable-asm" ;;
+ mips*) _asm="--disable-asm --disable-inline-asm --disable-mipsdsp --disable-mipsdspr2 --disable-msa --disable-msa2 --disable-mipsfpu --disable-mips64r6 --disable-mips64r2" ;;
esac
./configure \