[SCM] FFmpeg packaging branch, master, updated. debian/0.svn20090303-1-7-g07fc4e3
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Fri Apr 10 15:47:47 UTC 2009
The following commit has been merged in the master branch:
commit 954b94baee102334e58440cad77b3bd78ec6a86f
Author: Loïc Minier <lool at dooz.org>
Date: Fri Apr 10 17:46:13 2009 +0200
Disable more autodetecter ARM arch features
Also disable --disable-armv6t2 --disable-armvfp --disable-neon as these
might get turned on if our buildds are upgraded.
diff --git a/debian/confflags b/debian/confflags
index cce0c7e..0d79471 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -77,7 +77,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
endif
# Disable architecture-specific optimizations for default shared build
-nooptflags += --disable-armv5te --disable-armv6
+nooptflags += --disable-armv5te --disable-armv6 --disable-armv6t2 --disable-armvfp --disable-neon
nooptflags += --disable-altivec
nooptflags += --disable-vis
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list