Package: speex Version: 1.2~rc1.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Hi Ron, The speex package in Debian currently does a fixed point build, instead of a floating point build, on all architectures where $DEB_HOST_ARCH_CPU = arm. This includes armhf, which by definition supports hardware floating point. In Ubuntu, a patch has been applied to speex to enable floating point support on armhf, in response to <https://bugs.launchpad.net/bugs/1125295>. The patch is attached for your consideration. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/rules' --- debian/rules 2013-10-27 02:36:32 +0000 +++ debian/rules 2014-01-26 02:31:41 +0000 @@ -56,9 +56,9 @@ arch_objs = $(objdir) ifeq ($(DEB_HOST_ARCH_CPU),arm) -objdir = $(objdir_fixedpoint) ifneq ($(DEB_HOST_ARCH),armhf) +objdir = $(objdir_fixedpoint) EXTRA_CONFIG_FLAGS = --enable-arm4-asm endif