[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 3bb8d60789b9221c91cbec488be221e435502eba
Author: Loïc Minier <lool at dooz.org>
Date:   Fri Apr 10 17:53:57 2009 +0200

    Enable vfp pass on armel; leave the neon disabled
    
    Enable vfp pass on armel; the neon one remains disabled because it
    deadlocks Babbage hardware.

diff --git a/debian/confflags b/debian/confflags
index 9bf6e66..f806b52 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -16,8 +16,9 @@ SVNREVISION=$(shell cat .svnrevision 2>/dev/null || echo "UNKNOWN")
 
 # the other flavors always build dynamic versions
 ifeq      ($(DEB_HOST_ARCH),armel)
-# disabled for now as we need hwcaps support in glibc first
-#FLAVORS += neon vfp
+# disabled for now as NEON support deadlocks the Babbage
+#FLAVORS += neon
+FLAVORS += vfp
 else ifeq ($(DEB_HOST_ARCH),i386)
 FLAVORS += cmov
 else ifeq ($(DEB_HOST_ARCH),powerpc)

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list