[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 59fdd5957bc1067db25ef5c2d61003212662a32a
Author: Loïc Minier <lool at dooz.org>
Date: Fri Apr 10 17:47:03 2009 +0200
Add neon and vfp flavors to armel disabled for now
Add neon and vfp flavors to armel; disabled for now as glibc hwcaps
support needs to be merged first.
diff --git a/debian/confflags b/debian/confflags
index 5631291..9bf6e66 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -15,7 +15,10 @@ export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
SVNREVISION=$(shell cat .svnrevision 2>/dev/null || echo "UNKNOWN")
# the other flavors always build dynamic versions
-ifeq ($(DEB_HOST_ARCH),i386)
+ifeq ($(DEB_HOST_ARCH),armel)
+# disabled for now as we need hwcaps support in glibc first
+#FLAVORS += neon vfp
+else ifeq ($(DEB_HOST_ARCH),i386)
FLAVORS += cmov
else ifeq ($(DEB_HOST_ARCH),powerpc)
FLAVORS += altivec
@@ -95,6 +98,23 @@ endif
shared_build_confflags += --enable-shared
shared_build_confflags += --disable-static
+## armel architecture specific
+# Configuration flags for the optimised shared libraries
+vfp_build_confflags += $(confflags)
+vfp_build_confflags += --shlibdir=/usr/lib/vfp
+vfp_build_confflags += --enable-armvfp
+vfp_build_confflags += --enable-shared
+vfp_build_confflags += --disable-static
+vfp_build_confflags += --disable-ffmpeg
+vfp_build_confflags += --disable-ffplay
+neon_build_confflags += $(confflags)
+neon_build_confflags += --shlibdir=/usr/lib/neon
+neon_build_confflags += --enable-neon
+neon_build_confflags += --enable-shared
+neon_build_confflags += --disable-static
+neon_build_confflags += --disable-ffmpeg
+neon_build_confflags += --disable-ffplay
+
## i386 architecture specific
# Configuration flags for the optimized shared libraries
cmov_build_confflags += $(confflags)
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list