[SCM] FFmpeg packaging branch, ubuntu.karmic, updated. debian/0.5+svn20090706-1ubuntu3-28-g19547ea
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Tue Oct 13 21:39:33 UTC 2009
The following commit has been merged in the ubuntu.karmic branch:
commit 580d6d10ef6316b34956a93b66b9e91fb5ea53bf
Author: Loïc Minier <lool at dooz.org>
Date: Thu Oct 8 16:10:30 2009 +0200
Enable neon flavour
Enable neon flavour as we can use karmic userspace with boards
supporting NEON, e.g. BeagleBoard or upcoming Babbage 3.0.
diff --git a/debian/confflags b/debian/confflags
index 5e763eb..1382fb1 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -20,8 +20,7 @@ ifeq ($(DEB_HOST_ARCH),armel)
nooptflags += --enable-armv6 --disable-armv6t2
nooptflags += --enable-armvfp --disable-neon
#FLAVORS += vfp
-# disabled for now as NEON support deadlocks the Babbage
-#FLAVORS += neon
+FLAVORS += neon
else ifeq ($(DEB_HOST_ARCH),arm)
nooptflags += --disable-armv5te --disable-armv6 --disable-armv6t2
nooptflags += --disable-armvfp --disable-neon
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list