[SCM] FFmpeg packaging branch, ubuntu.jaunty, updated. debian/0.svn20090303-1ubuntu1.ppa1-27-g4d871fa

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Apr 10 19:45:11 UTC 2009


The following commit has been merged in the ubuntu.jaunty branch:
commit 19f49201c30d31ef647889e3539aa9f117b0e692
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 05c4537..5631291 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -76,7 +76,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