[SCM] ffmpeg/master: Fix FTBFS on mips64el: fatal error: gnu/stubs-n64_hard_2008.h: No such file or directory

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Jul 12 12:19:17 UTC 2016


The following commit has been merged in the master branch:
commit 84c7a971663073b3185db22de416dd2834d9eed1
Author: Aurelien Jarno <aurel32 at debian.org>
Date:   Tue Jul 12 13:56:17 2016 +0200

    Fix FTBFS on mips64el: fatal error: gnu/stubs-n64_hard_2008.h: No such file or directory
    
    Closes: #830868

diff --git a/debian/rules b/debian/rules
index 4ecc067..6c4e655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -169,7 +169,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel mips64 mips64el))
 	CONFIG += --disable-mipsdsp \
 		--disable-mipsdspr2 \
 		--disable-loongson3 \
-		--disable-mips32r6
+		--disable-mips32r6 \
+		--disable-mips64r6
 endif
 ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
 	CONFIG += --disable-mipsfpu

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list