Package: speex Version: 1.2~rc1-7 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, In Ubuntu raring, we enabled asm optimizations on armhf to improve the resampling performance with PulseAudio. *** /tmp/tmpxt7lqr/bug_body In Ubuntu, the attached patch was applied to achieve the following: * Build with float on armhf (LP: #1125295) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8.0-6-generic (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
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