[SCM] ffmpeg/experimental: Update use of --disable-mipsdspr1

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Mar 7 21:48:23 UTC 2016


The following commit has been merged in the experimental branch:
commit cf9a66c76dfea2f34c03b0effb4b3572cae9d46a
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Mar 7 02:12:16 2016 +0100

    Update use of --disable-mipsdspr1

diff --git a/debian/rules b/debian/rules
index b5a55f3..11bd1e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,7 +176,7 @@ endif
 
 # Disable optimizations on mips(el) and some on mips64(el), because they are not always available on these architectures.
 ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel mips64 mips64el))
-	CONFIG += --disable-mipsdspr1 \
+	CONFIG += --disable-mipsdsp \
 	--disable-mipsdspr2 \
 	--disable-loongson3
 endif

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list