diff -u speex-1.2~rc1/debian/rules speex-1.2~rc1/debian/rules --- speex-1.2~rc1/debian/rules +++ speex-1.2~rc1/debian/rules @@ -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 diff -u speex-1.2~rc1/debian/changelog speex-1.2~rc1/debian/changelog --- speex-1.2~rc1/debian/changelog +++ speex-1.2~rc1/debian/changelog @@ -1,3 +1,9 @@ +speex (1.2~rc1-7ubuntu1) raring; urgency=low + + * Build with float on armhf (LP: #1125295) + + -- David Henningsson Thu, 14 Feb 2013 16:37:04 +0100 + speex (1.2~rc1-7) unstable; urgency=low * Minimal set of resampler RC fixes targeted for Wheezy.