summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/ffmpeg/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index b3de5d0fe..5608e5531 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -26,7 +26,8 @@ build() {
if [ "$CARCH" = "mips64el" ] ; then
# Make video decoding faster and turn all pixels green.
# patch -Np1 -i $srcdir/ffmpeg-loongson.patch
- extraconf="--disable-runtime-cpudetect --disable-vdpau --disable-vaapi"
+ # Disable runtime CPU detection, video acceleration APIs our hardware doesn't support and ISAs our CPUs don't support.
+ extraconf="--disable-runtime-cpudetect --disable-vdpau --disable-vaapi --disable-mips32r2 --disable-mipsdspr1 --disable-mipsdspr2"
else
extraconf=""
fi